Fix compilation of LibAtrac9 interface on Unix.

This commit is contained in:
Christopher Snowhill 2018-09-22 17:35:30 -07:00
parent 25f82da164
commit 249a1bbb4c

View File

@ -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