Go to the documentation of this file.
14 #if defined MYLIB_LARGEFILE_SENSITIVE && _FILE_OFFSET_BITS+0 != 64
16 #warning libupnp requires largefile mode - use AC_SYS_LARGEFILE
18 #error libupnp requires largefile mode - use AC_SYS_LARGEFILE
27 #ifdef UPNP_STATIC_LIB
30 #ifdef LIBUPNP_EXPORTS
33 #define EXPORT_SPEC __declspec(dllexport)
35 #define EXPORT_SPEC __declspec(dllimport)
45 #ifdef UPNP_USE_MSVCPP
48 typedef __int64 int64_t;
56 #define UPNP_INLINE inline
57 typedef __int64 int64_t;
58 #warning The Borland C compiler is probably broken on PRId64,
59 #warning please someone provide a proper fix here
66 #define UPNP_INLINE inline
91 #define UPNP_INLINE inline