mirror of
https://github.com/VARCem/munt.git
synced 2026-07-08 18:16:13 +00:00
Define MT32EMU_EXPORT_ATTRIBUTE on OS/2
This commit is contained in:
@@ -37,7 +37,11 @@
|
||||
#endif /* #ifdef mt32emu_EXPORTS */
|
||||
#endif /* #ifdef _MSC_VER */
|
||||
#else /* #if defined _WIN32 || defined __CYGWIN__ */
|
||||
#ifdef __OS2__
|
||||
#define MT32EMU_EXPORT_ATTRIBUTE __declspec(dllexport)
|
||||
#else /* #ifdef __OS2__ */
|
||||
#define MT32EMU_EXPORT_ATTRIBUTE __attribute__ ((visibility("default")))
|
||||
#endif /* #ifdef __OS2__ */
|
||||
#endif /* #if defined _WIN32 || defined __CYGWIN__ */
|
||||
#else /* #ifdef MT32EMU_SHARED */
|
||||
#define MT32EMU_EXPORT_ATTRIBUTE
|
||||
|
||||
Reference in New Issue
Block a user