Added the correct preprocessor macro for parse_imagepath, so that the source can now be compiled on Linux.

This commit is contained in:
fr89k 2016-01-29 12:21:46 +01:00
parent 46d6e92bca
commit 7f0821dd12

View File

@ -17,7 +17,7 @@
#include <string>
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) {