Fixed issues with new module system 2

pull/22/head
Ryzerth 2020-09-20 00:26:45 +02:00
rodzic 9de585190f
commit ec234e99a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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