libUPnP  1.8.2
UpnpIntTypes.h
1 #ifndef UPNPINTTYPES_H
2 #define UPNPINTTYPES_H
3 
4 #if !defined(UPNP_USE_BCBPP)
5 
6 /* Printf format for integers. */
7 #include <inttypes.h>
8 
9 #endif /* !defined(UPNP_USE_BCBPP) */
10 
11 #endif /* UPNPINTTYPES_H */