fixed os2 symbol exports
This commit is contained in:
parent
c27c67123c
commit
4e91208cc3
|
@ -225,7 +225,7 @@ extern "C" {
|
||||||
|
|
||||||
#if defined(PHYSFS_DECL)
|
#if defined(PHYSFS_DECL)
|
||||||
/* do nothing. */
|
/* do nothing. */
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32) || defined(__OS2__)
|
||||||
#define PHYSFS_DECL __declspec(dllexport)
|
#define PHYSFS_DECL __declspec(dllexport)
|
||||||
#elif defined(__SUNPRO_C)
|
#elif defined(__SUNPRO_C)
|
||||||
#define PHYSFS_DECL __global
|
#define PHYSFS_DECL __global
|
||||||
|
|
Loading…
Reference in New Issue