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