From 819b5195346c2f3661d5c6643feb6622a112c8ab Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 27 Nov 2004 17:30:41 +0000 Subject: use new PUBLIC macro for symbol export --- src/mesa/main/dispatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c index 44586502e4..946f39d1f9 100644 --- a/src/mesa/main/dispatch.c +++ b/src/mesa/main/dispatch.c @@ -45,7 +45,7 @@ #if defined(WIN32) #define KEYWORD1 GLAPI #else -#define KEYWORD1 +#define KEYWORD1 PUBLIC #endif #define KEYWORD2 GLAPIENTRY -- cgit v1.2.3