fixed os2 symbol exports

This commit is contained in:
Ozkan Sezer 2022-04-16 11:02:02 +03:00 committed by Ryan C. Gordon
parent 02b6a7f084
commit 3abe069870
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ extern "C" {
#if defined(PHYSFS_DECL)
/* do nothing. */
#elif defined(_WIN32)
#elif defined(_WIN32) || defined(__OS2__)
#define PHYSFS_DECL __declspec(dllexport)
#elif defined(__SUNPRO_C)
#define PHYSFS_DECL __global