diff options
author | Brian Paul <[email protected]> | 2004-11-27 17:30:41 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-11-27 17:30:41 +0000 |
commit | 819b5195346c2f3661d5c6643feb6622a112c8ab (patch) | |
tree | 8a969ed738b4094dee55cdb30c9e7490668715ef | |
parent | 3903c1f2bcd96cd115eae0ed0f42e492684237ec (diff) |
use new PUBLIC macro for symbol export
-rw-r--r-- | src/mesa/main/dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/dispatch.c b/src/mesa/main/dispatch.c index 44586502e4c..946f39d1f98 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 |