mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added the correct preprocessor macro for parse_imagepath, so that the source can now be compiled on Linux.
This commit is contained in:
parent
46d6e92bca
commit
7f0821dd12
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user