From 8ed881d7e53a99d2f2bc136c6d3277eba4cd3d3b Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 26 Jan 2011 09:53:35 +0000 Subject: Define _GLAPI_NO_EXPORTS in glx makefile to solve compilation problem due to latest change in glapi.h --- xorg-server/glx/makefile | 2 +- xorg-server/hw/xwin/glx/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xorg-server/glx/makefile b/xorg-server/glx/makefile index 68426af2b..e51d6826d 100644 --- a/xorg-server/glx/makefile +++ b/xorg-server/glx/makefile @@ -1,6 +1,6 @@ LIBRARY=libglx -DEFINES += GLAPIENTRY=__stdcall +DEFINES += GLAPIENTRY=__stdcall _GLAPI_NO_EXPORTS glapi_sources = \ 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 -- cgit v1.2.3