Go to the documentation of this file.
28 #include <apr_network_io.h>
32 #ifdef RTSP_STATIC_LIB
33 #define RTSP_DECLARE(type) type __stdcall
35 #ifdef RTSP_LIB_EXPORT
36 #define RTSP_DECLARE(type) __declspec(dllexport) type __stdcall
38 #define RTSP_DECLARE(type) __declspec(dllimport) type __stdcall
42 #define RTSP_DECLARE(type) type