Move __STDC_LIMIT_MACROS up a bit, to be certain

This commit is contained in:
rdb 2010-05-18 14:20:30 +00:00
parent e7285a993f
commit c9cb0def53

View File

@ -94,6 +94,12 @@
#endif #endif
#define _WIN32_WINNT 0x0502 #define _WIN32_WINNT 0x0502
#ifdef PHAVE_STDINT_H
#if defined(__cplusplus) && !defined(__STDC_LIMIT_MACROS)
#define __STDC_LIMIT_MACROS 1
#endif
#endif
#ifdef HAVE_PYTHON #ifdef HAVE_PYTHON
#undef _POSIX_C_SOURCE #undef _POSIX_C_SOURCE
#undef _XOPEN_SOURCE #undef _XOPEN_SOURCE
@ -165,9 +171,6 @@
#endif #endif
#ifdef PHAVE_STDINT_H #ifdef PHAVE_STDINT_H
#if defined(__cplusplus) && !defined(__STDC_LIMIT_MACROS)
#define __STDC_LIMIT_MACROS 1
#endif
#include <stdint.h> #include <stdint.h>
#endif #endif