mirror of
https://github.com/RPCS3/soundtouch.git
synced 2026-01-31 01:35:22 +01:00
Fix DLL function import clause for gnu platform
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
// GCC declaration for exporting functions
|
||||
#define SOUNDTOUCHDLL_API extern "C" __attribute__((__visibility__("default")))
|
||||
#else
|
||||
// GCC doesn't require DLL imports
|
||||
#define SOUNDTOUCHDLL_API
|
||||
// import function
|
||||
#define SOUNDTOUCHDLL_API extern "C"
|
||||
#endif
|
||||
|
||||
// Linux-replacements for Windows declarations:
|
||||
|
||||
Reference in New Issue
Block a user