259bed7787
(cherry picked from commit 92ea7198042c9946f0e106f34ebfd27da1e75f93)
12 lines
201 B
C
12 lines
201 B
C
#ifndef UPNPINTTYPES_H
|
|
#define UPNPINTTYPES_H
|
|
|
|
#if !defined(UPNP_USE_BCBPP)
|
|
|
|
/* Printf format for integers. */
|
|
#include <inttypes.h>
|
|
|
|
#endif /* !defined(UPNP_USE_BCBPP) */
|
|
|
|
#endif /* UPNPINTTYPES_H */
|