From 6173e6bfb68108a84e190c1ce76dce26e97bc009 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Wed, 4 Jul 2012 01:21:11 +0900 Subject: [PATCH] winex11.drv: Avoid conflicting definitions of WINGDIAPI. --- dlls/winex11.drv/opengl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index f43127c156f..44882cb32a1 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -44,6 +44,7 @@ #endif #undef APIENTRY #undef GLAPI +#undef WINGDIAPI #include "x11drv.h" #include "winternl.h" -- 2.11.4.GIT