summaryrefslogtreecommitdiff
path: root/src/plugin-luagl.cc
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-10-20 01:43:15 +0200
committerPixel <pixel@nobis-crew.org>2009-10-20 01:43:15 +0200
commitf72f4af5a9f85ed607507dea95ebfa6a62f98e89 (patch)
treea94efc948df79f586f2f03195acc7dc5169dfdbc /src/plugin-luagl.cc
parent20722ea0f5a136a3339156650f210fe30019fcfd (diff)
How was lua-interface-light.exe compiling before that... ?
Diffstat (limited to 'src/plugin-luagl.cc')
-rw-r--r--src/plugin-luagl.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugin-luagl.cc b/src/plugin-luagl.cc
index fe7c525..b823afe 100644
--- a/src/plugin-luagl.cc
+++ b/src/plugin-luagl.cc
@@ -1,5 +1,9 @@
#include <LuaGL.h>
+#ifdef FROM_LUAINTERFACE
+#define NO_DLL
+#endif
+
#ifndef WIN32
#define WEAK __attribute__ ((weak))
#else