2010-12-18 20:08:36 +01:00
|
|
|
#ifndef UPNPINTTYPES_H
|
|
|
|
#define UPNPINTTYPES_H
|
|
|
|
|
2011-03-18 13:35:19 +01:00
|
|
|
#if !defined(UPNP_USE_BCBPP)
|
2010-12-18 20:08:36 +01:00
|
|
|
|
|
|
|
/* Printf format for integers. */
|
|
|
|
#include <inttypes.h>
|
|
|
|
|
2011-03-18 13:35:19 +01:00
|
|
|
#endif /* !defined(UPNP_USE_BCBPP) */
|
2010-12-18 20:08:36 +01:00
|
|
|
|
|
|
|
#endif /* UPNPINTTYPES_H */
|