From ffa96fc016a018900e433c8d5b4de65d1b589194 Mon Sep 17 00:00:00 2001 From: nigels Date: Tue, 31 Mar 2009 21:32:03 +0000 Subject: [PATCH] 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 --- auto/src/wglew_head.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/src/wglew_head.h b/auto/src/wglew_head.h index f56c4b8..f29a52c 100644 --- a/auto/src/wglew_head.h +++ b/auto/src/wglew_head.h @@ -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