K. S. Ernest (iFire) Lee 2024-01-15 14:55:55 +08:00 committed by GitHub
commit a79acc3d6d
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