Go to the documentation of this file.
28 #include <apr_pools.h>
29 #include <apr_strings.h>
33 #define APT_BEGIN_EXTERN_C extern "C" {
35 #define APT_END_EXTERN_C }
38 #define APT_BEGIN_EXTERN_C
40 #define APT_END_EXTERN_C
46 #define APT_DECLARE(type) type __stdcall
49 #define APT_DECLARE(type) __declspec(dllexport) type __stdcall
51 #define APT_DECLARE(type) __declspec(dllimport) type __stdcall
55 #define APT_DECLARE(type) type