diff options
Diffstat (limited to 'xorg-server/hw/xwin/glx/makefile')
-rw-r--r-- | xorg-server/hw/xwin/glx/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/glx/makefile b/xorg-server/hw/xwin/glx/makefile index eadba6d26..e52da16a1 100644 --- a/xorg-server/hw/xwin/glx/makefile +++ b/xorg-server/hw/xwin/glx/makefile @@ -1,7 +1,7 @@ LIBRARY=libwinglx INCLUDES += ..\..\..\glx .. ..\..\.. -DEFINES += GLAPIENTRY=__stdcall +DEFINES += GLAPIENTRY=__stdcall _GLAPI_NO_EXPORTS DEFINES += XWIN_CLIPBOARD DEFINES += XWIN_MULTIWINDOW |