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" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
#ifdef COMPILING_DLL
|
#ifdef COMPILING_DLL
|
||||||
#define DLLEXPORT __declspec(dllexport)
|
#define DLLEXPORT __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
#define DLLEXPORT __declspec(dllimport)
|
#define DLLEXPORT __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
|
#else
|
||||||
|
#define DLLEXPORT
|
||||||
|
#endif
|
||||||
|
|
||||||
#define ATRAC9_CONFIG_DATA_SIZE 4
|
#define ATRAC9_CONFIG_DATA_SIZE 4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user