mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -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
|
||||
|
||||
#ifdef PHAVE_STDINT_H
|
||||
#if defined(__cplusplus) && !defined(__STDC_LIMIT_MACROS)
|
||||
#define __STDC_LIMIT_MACROS 1
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user