mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 11:28:17 -04:00
compile on win32
This commit is contained in:
parent
e175170da0
commit
d392ed83a5
@ -22,5 +22,8 @@
|
|||||||
// It exists just so we can have some symbols and make the compiler
|
// It exists just so we can have some symbols and make the compiler
|
||||||
// happy.
|
// happy.
|
||||||
|
|
||||||
|
#if defined(WIN32_VC) && !defined(CPPPARSER) && !defined(LINK_ALL_STATIC)
|
||||||
|
__declspec(dllexport)
|
||||||
|
#endif
|
||||||
int glpure;
|
int glpure;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user