mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
Fix compilation of LibAtrac9 interface on Unix.
This commit is contained in:
parent
25f82da164
commit
249a1bbb4c
@ -3,11 +3,15 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef COMPILING_DLL
|
||||
#define DLLEXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define DLLEXPORT __declspec(dllimport)
|
||||
#endif
|
||||
#else
|
||||
#define DLLEXPORT
|
||||
#endif
|
||||
|
||||
#define ATRAC9_CONFIG_DATA_SIZE 4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user