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:
ikits 2005-07-04 02:41:47 +00:00
parent ca88639006
commit f6a067ee2f

View File

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