Module: wine Branch: master Commit: 6173e6bfb68108a84e190c1ce76dce26e97bc009 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6173e6bfb68108a84e190c1ce7...
Author: Dmitry Timoshkov dmitry@baikal.ru Date: Wed Jul 4 01:21:11 2012 +0900
winex11.drv: Avoid conflicting definitions of WINGDIAPI.
---
dlls/winex11.drv/opengl.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index f43127c..44882cb 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"