Support llvm-mingw.
parent
d627942b64
commit
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