compile on win32

This commit is contained in:
David Rose 2004-07-07 21:01:17 +00:00
parent e175170da0
commit d392ed83a5

View File

@ -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;