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 dfad115 commit 228d8e9Copy full SHA for 228d8e9
src/forward.h
@@ -23,7 +23,7 @@
23
#define TY_(str) TYDYAPPEND(prvTidy,str)
24
25
/* Internal symbols are prefixed with 'hidden' attr, to avoid exporting */
26
-#ifdef _WIN32
+#if defined(_WIN32) || defined(__CYGWIN__)
27
#define TY_PRIVATE
28
#else
29
#define TY_PRIVATE __attribute__((__visibility__("hidden")))
0 commit comments