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;
59 typedef __int64 int64_t;
60 #warning The Borland C compiler is probably broken on PRId64,
61 #warning please someone provide a proper fix here
70 #define UPNP_INLINE inline
96 #ifdef __STRICT_ANSI__
97 #define UPNP_INLINE __inline__
99 #define UPNP_INLINE inline