In relation to bug 2237650, it can happen on Cygwin that APIENTRY is defined, but not WINAPI. It's WINAPI that matters to wglew.h

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@550 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
nigels 2009-03-31 21:32:03 +00:00
parent ceb6fe2e85
commit ffa96fc016

View File

@ -8,7 +8,7 @@
#define __wglext_h_
#if !defined(APIENTRY)
#if !defined(WINAPI)
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN 1
# endif