fix compile warning
This commit is contained in:
parent
57690fde8a
commit
b099a82224
|
|
@ -67,7 +67,9 @@
|
|||
|
||||
// Before including gl.h, need to include windows.h
|
||||
#if defined(_WIN32)
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue