Fixes #967. I'm not going to bump versions, as this is a build fix without affecting binary outputs.

This commit is contained in:
Jim Derry 2021-07-12 09:53:05 -04:00
parent 67fbf636e4
commit ad9a25b0f1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#define TY_(str) TYDYAPPEND(prvTidy,str)
/* Internal symbols are prefixed with 'hidden' attr, to avoid exporting */
#ifdef _WIN32
#if defined(_WIN32) || defined(__CYGWIN__)
#define TY_PRIVATE
#else
#define TY_PRIVATE __attribute__((__visibility__("hidden")))