Skip to content

Commit ad9a25b

Browse files
committed
Fixes htacg#967. I'm not going to bump versions, as this is a build fix without affecting binary outputs.
1 parent 67fbf63 commit ad9a25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forward.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define TY_(str) TYDYAPPEND(prvTidy,str)
2424

2525
/* Internal symbols are prefixed with 'hidden' attr, to avoid exporting */
26-
#ifdef _WIN32
26+
#if defined(_WIN32) || defined(__CYGWIN__)
2727
#define TY_PRIVATE
2828
#else
2929
#define TY_PRIVATE __attribute__((__visibility__("hidden")))

0 commit comments

Comments
 (0)