mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix compiler warnings with pyconfig.h
This commit is contained in:
parent
ec3352ec82
commit
cd3307ccd4
@ -94,6 +94,10 @@
|
|||||||
#endif
|
#endif
|
||||||
#define _WIN32_WINNT 0x0502
|
#define _WIN32_WINNT 0x0502
|
||||||
|
|
||||||
|
#ifdef HAVE_PYTHON
|
||||||
|
#include "pyconfig.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "dtoolsymbols.h"
|
#include "dtoolsymbols.h"
|
||||||
|
|
||||||
// always include assert.h until drose unbreaks it for opt4
|
// always include assert.h until drose unbreaks it for opt4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user