diff options
Diffstat (limited to 'xorg-server/glx/makefile')
-rw-r--r-- | xorg-server/glx/makefile | 2 |
1 files changed, 1 insertions, 1 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 = \
|