Fixed issues with new module system 2

This commit is contained in:
Ryzerth 2020-09-20 00:26:45 +02:00
parent 9de585190f
commit ec234e99a1

View File

@ -17,7 +17,7 @@
#define SDRPP_EXPORT extern "C" __declspec(dllimport)
#endif
#else
#define SDRPP_EXPORT /**/
#define SDRPP_EXPORT extern
#endif
#ifdef _WIN32