mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Move __STDC_LIMIT_MACROS up a bit, to be certain
This commit is contained in:
parent
e7285a993f
commit
c9cb0def53
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user