aboutsummaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.c b/src/core.c
index 31e768b..c35fba5 100644
--- a/src/core.c
+++ b/src/core.c
@@ -1,7 +1,7 @@
1#include <lua.h> 1#include <lua.h>
2#include <lauxlib.h> 2#include <lauxlib.h>
3 3
4#define LUASYSTEM_VERSION "LuaSystem 0.1.0" 4#define LUASYSTEM_VERSION "LuaSystem 0.1.1"
5 5
6#ifdef _WIN32 6#ifdef _WIN32
7#define LUAEXPORT __declspec(dllexport) 7#define LUAEXPORT __declspec(dllexport)