summaryrefslogtreecommitdiff
path: root/include/crawler/libcrawler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/crawler/libcrawler.hpp')
-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