From d392ed83a513a1f53fd762f461c04a281ae9de1a Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 7 Jul 2004 21:01:17 +0000 Subject: [PATCH] compile on win32 --- panda/src/glstuff/glpure.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panda/src/glstuff/glpure.cxx b/panda/src/glstuff/glpure.cxx index 3eb4b59567..44da482c20 100644 --- a/panda/src/glstuff/glpure.cxx +++ b/panda/src/glstuff/glpure.cxx @@ -22,5 +22,8 @@ // It exists just so we can have some symbols and make the compiler // happy. +#if defined(WIN32_VC) && !defined(CPPPARSER) && !defined(LINK_ALL_STATIC) +__declspec(dllexport) +#endif int glpure;