We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eec60e commit b7d19d0Copy full SHA for b7d19d0
1 file changed
src/common/config.h
@@ -26,7 +26,7 @@
26
27
#if defined(WIN32) || defined(_WIN32) || defined(__CYGWIN__)
28
#define HTTPS_DLLEXPORT __declspec(dllexport)
29
-#elif defined(__GNUC_) || defined(__clang__)
+#elif defined(__GNUC__) || defined(__clang__)
30
#define HTTPS_DLLEXPORT __attribute__ ((visibility("default")))
31
#else
32
#define HTTPS_DLLEXPORT
0 commit comments