Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a6f3f commit f03eee1Copy full SHA for f03eee1
1 file changed
Modules/_decimal/libmpdec/mpdecimal.h
@@ -70,7 +70,8 @@ extern "C" {
70
#else
71
#define UNUSED
72
#endif
73
- #if defined(__GNUC__) && __GNUC__ >= 4 && !defined(__INTEL_COMPILER)
+ #if (defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__)) && \
74
+ defined(__GNUC__) && __GNUC__ >= 4 && !defined(__INTEL_COMPILER)
75
#define MPD_PRAGMA(x) _Pragma(x)
76
#define MPD_HIDE_SYMBOLS_START "GCC visibility push(hidden)"
77
#define MPD_HIDE_SYMBOLS_END "GCC visibility pop"
0 commit comments