Compare commits
2 Commits
0b814089cc
...
82c95bb5d8
Author | SHA1 | Date |
---|---|---|
|
82c95bb5d8 | |
|
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