mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
lean and mean
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@425 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
ca88639006
commit
f6a067ee2f
@ -9,7 +9,9 @@
|
||||
#define __wglext_h_
|
||||
|
||||
#if !defined(APIENTRY) && !defined(__CYGWIN__)
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
# ifndef WIN32_LEAN_AND_MEAN
|
||||
# define WIN32_LEAN_AND_MEAN 1
|
||||
# endif
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user