26 #include <apr_network_io.h>
31 #ifdef RTSP_STATIC_LIB
32 #define RTSP_DECLARE(type) type __stdcall
34 #ifdef RTSP_LIB_EXPORT
35 #define RTSP_DECLARE(type) __declspec(dllexport) type __stdcall
37 #define RTSP_DECLARE(type) __declspec(dllimport) type __stdcall
41 #define RTSP_DECLARE(type) type
48 #define RTSP_LOG_MARK APT_LOG_MARK_DECLARE(rtsp_log_source)
APT_LOG_SOURCE_DECLARE(MPF, mpf_log_source)