Go to the documentation of this file.
10 #if defined UPNP_LARGEFILE_SENSITIVE && _FILE_OFFSET_BITS+0 != 64
12 #warning libupnp requires largefile mode - use AC_SYS_LARGEFILE
14 #error libupnp requires largefile mode - use AC_SYS_LARGEFILE
22 #if defined _MSC_VER || defined __BORLANDC__
23 #ifdef UPNP_STATIC_LIB
26 #ifdef LIBUPNP_EXPORTS
29 #define EXPORT_SPEC __declspec(dllexport)
31 #define EXPORT_SPEC __declspec(dllimport)
45 #ifdef UPNP_USE_MSVCPP
47 #define UPNP_INLINE _inline
48 typedef __int64 int64_t;
63 typedef __int64 int64_t;
64 #warning The Borland C compiler is probably broken on PRId64,
65 #warning please someone provide a proper fix here
74 #define UPNP_INLINE inline
100 #ifdef __STRICT_ANSI__
101 #define UPNP_INLINE __inline__
103 #define UPNP_INLINE inline