Dmitry Timoshkov : winex11.drv: Avoid conflicting definitions of WINGDIAPI.
9 Jul
2012
9 Jul
'12
7:56 p.m.
Module: wine Branch: master Commit: 6173e6bfb68108a84e190c1ce76dce26e97bc009 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6173e6bfb68108a84e190c1ce7... Author: Dmitry Timoshkov <dmitry(a)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"
5000
Age (days ago)
5000
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard