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