mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
Fix macro redefinition warning
This commit is contained in:
parent
69d5fcf3b0
commit
d22da73a4c
@ -13,7 +13,9 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
// Needed for PtrToLong, below
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user