fix compile warning

This commit is contained in:
rdb 2013-02-07 15:36:24 +00:00
parent 57690fde8a
commit b099a82224

View File

@ -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