aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.h')
-rw-r--r--src/lanes.h1
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)