259bed7787
(cherry picked from commit 92ea719804
)
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 */
|