Go to the documentation of this file.
10 #if defined MYLIB_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 #ifdef UPNP_STATIC_LIB
25 #ifdef LIBUPNP_EXPORTS
28 #define EXPORT_SPEC __declspec(dllexport)
30 #define EXPORT_SPEC __declspec(dllimport)
41 #ifdef UPNP_USE_MSVCPP
43 #define UPNP_INLINE _inline
44 typedef __int64 int64_t;
53 #define UPNP_INLINE inline
54 typedef __int64 int64_t;
55 #warning The Borland C compiler is probably broken on PRId64,
56 #warning please someone provide a proper fix here
64 #define UPNP_INLINE inline
90 #ifdef __STRICT_ANSI__
91 #define UPNP_INLINE __inline__
93 #define UPNP_INLINE inline