b1ae4db35a
Trying to keep platform dependency on the headers and clean the main code a little bit.
12 lines
259 B
C
12 lines
259 B
C
#ifndef UPNPINTTYPES_H
|
|
#define UPNPINTTYPES_H
|
|
|
|
#if !defined(UPNP_USE_BCBPP) && !defined(UPNP_USE_MSVCPP)
|
|
|
|
/* Printf format for integers. */
|
|
#include <inttypes.h>
|
|
|
|
#endif /* !defined(UPNP_USE_BCBPP) && !defined(UPNP_USE_MSVCPP) */
|
|
|
|
#endif /* UPNPINTTYPES_H */
|