mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Define __STDC_CONSTANT_MACROS in case C libraries like ffmpeg don't
This commit is contained in:
parent
385f6e5920
commit
2ec0617d32
@ -165,6 +165,9 @@
|
|||||||
#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