From e99b97db40f81ed39fea2742568528ad03927aa2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 14 Oct 2014 13:13:39 +0200 Subject: crawler works now with Lua also on Windows --- include/crawler/libcrawler.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3-54-g00ecf