mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #3232 from fr89k/master
Added the correct preprocessor macro for parse_imagepath
This commit is contained in:
commit
665ac862ab
@ -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