From 7f0821dd12b310c593566d742ab70853ae22e36f Mon Sep 17 00:00:00 2001 From: fr89k Date: Fri, 29 Jan 2016 12:21:46 +0100 Subject: [PATCH] Added the correct preprocessor macro for parse_imagepath, so that the source can now be compiled on Linux. --- extensions/parse_imagepath/ace_parse_imagepath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/parse_imagepath/ace_parse_imagepath.cpp b/extensions/parse_imagepath/ace_parse_imagepath.cpp index 56d503cbaf..fa1a8643e7 100644 --- a/extensions/parse_imagepath/ace_parse_imagepath.cpp +++ b/extensions/parse_imagepath/ace_parse_imagepath.cpp @@ -17,7 +17,7 @@ #include extern "C" { - __declspec (dllexport) void __stdcall RVExtension(char *output, int outputSize, const char *function); + EXPORT void __stdcall RVExtension(char *output, int outputSize, const char *function); } std::string getImagePathFromStructuredText(const std::string & input) {