mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Add windows.h include
This commit is contained in:
parent
24e367817b
commit
ef0805a549
@ -33,6 +33,9 @@
|
||||
#include "ca_bundle_data_src.c"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#define snprintf sprintf_s
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user