Go to the documentation of this file.
26 #include <apr_pools.h>
27 #include <apr_strings.h>
31 #define APT_BEGIN_EXTERN_C extern "C" {
33 #define APT_END_EXTERN_C }
36 #define APT_BEGIN_EXTERN_C
38 #define APT_END_EXTERN_C
44 #define APT_DECLARE(type) type __stdcall
47 #define APT_DECLARE(type) __declspec(dllexport) type __stdcall
49 #define APT_DECLARE(type) __declspec(dllimport) type __stdcall
53 #define APT_DECLARE(type) type
int apt_bool_t
Definition: apt.h:57