diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-10-25 18:38:22 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-10-25 18:38:22 +0200 |
commit | 611599ad979eee1364519fc9c3fb6103fd9fa9c6 (patch) | |
tree | d78aeff47518fc566e757f91c9f64cdca5e4e3f3 /src/lanes.h | |
parent | 0ba99f2ffa8b8d6a865a7fae8fb8d0a3a5d85e06 (diff) | |
download | lanes-611599ad979eee1364519fc9c3fb6103fd9fa9c6.tar.gz lanes-611599ad979eee1364519fc9c3fb6103fd9fa9c6.tar.bz2 lanes-611599ad979eee1364519fc9c3fb6103fd9fa9c6.zip |
Fix DLL exports
Diffstat (limited to 'src/lanes.h')
-rw-r--r-- | src/lanes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lanes.h b/src/lanes.h index d07750a..23fa711 100644 --- a/src/lanes.h +++ b/src/lanes.h | |||
@@ -2,6 +2,7 @@ | |||
2 | #define __lanes_h__ 1 | 2 | #define __lanes_h__ 1 |
3 | 3 | ||
4 | #include "lua.h" | 4 | #include "lua.h" |
5 | #include "platform.h" | ||
5 | 6 | ||
6 | #if (defined PLATFORM_WIN32) || (defined PLATFORM_POCKETPC) | 7 | #if (defined PLATFORM_WIN32) || (defined PLATFORM_POCKETPC) |
7 | #define LANES_API __declspec(dllexport) | 8 | #define LANES_API __declspec(dllexport) |