Merge pull request #3232 from fr89k/master

Added the correct preprocessor macro for parse_imagepath
This commit is contained in:
Thomas Kooi 2016-01-29 13:06:08 +01:00
commit 665ac862ab

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) {