K. S. Ernest (iFire) Lee 2023-12-21 08:25:41 -07:00 committed by GitHub
commit 0b814089cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#if !defined(GDE_EXPORT)
#if defined(_WIN32)
#define GDE_EXPORT __declspec(dllexport)
#elif defined(__GNUC__)
#elif defined(__GNUC__) && !defined(__MINGW32__)
#define GDE_EXPORT __attribute__((visibility("default")))
#else
#define GDE_EXPORT