Compare commits
2 Commits
a79acc3d6d
...
81ed689f3c
Author | SHA1 | Date |
---|---|---|
|
81ed689f3c | |
|
5cf329a8dc |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue