Fixes win_build and VS/cmake build problems
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#else
|
||||
#define DLLEXPORT __declspec(dllimport) __stdcall
|
||||
#endif
|
||||
#elif defined(CYGWIN)
|
||||
#elif defined(__CYGWIN__)
|
||||
#define DLLEXPORT __stdcall
|
||||
#else
|
||||
#define DLLEXPORT
|
||||
|
||||
Reference in New Issue
Block a user