summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-10-14 13:13:39 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-10-14 13:13:39 +0200
commite99b97db40f81ed39fea2742568528ad03927aa2 (patch)
tree1b04e6ab6f49a3fcc76f2a06edcd356dd6e3ecf4 /include
parentc757efa3ee6f395e3ada3088065c73eb953f6834 (diff)
downloadcrawler-e99b97db40f81ed39fea2742568528ad03927aa2.tar.gz
crawler-e99b97db40f81ed39fea2742568528ad03927aa2.tar.bz2
crawler works now with Lua also on Windows
Diffstat (limited to 'include')
-rw-r--r--include/crawler/libcrawler.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/crawler/libcrawler.hpp b/include/crawler/libcrawler.hpp
index a615bc9..9e33cd4 100644
--- a/include/crawler/libcrawler.hpp
+++ b/include/crawler/libcrawler.hpp
@@ -1,6 +1,8 @@
#ifndef __LIBCRAWLER_H
#define __LIBCRAWLER_H
-void initialize_libcrawler( void *user_data );
+#include "CrawlerExportable.hpp"
+
+CRAWLER_DLL_VISIBLE void initialize_libcrawler( void *user_data );
#endif