Fixes #967. I'm not going to bump versions, as this is a build fix without affecting binary outputs.
This commit is contained in:
parent
67fbf636e4
commit
ad9a25b0f1
|
@ -23,7 +23,7 @@
|
||||||
#define TY_(str) TYDYAPPEND(prvTidy,str)
|
#define TY_(str) TYDYAPPEND(prvTidy,str)
|
||||||
|
|
||||||
/* Internal symbols are prefixed with 'hidden' attr, to avoid exporting */
|
/* Internal symbols are prefixed with 'hidden' attr, to avoid exporting */
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||||
#define TY_PRIVATE
|
#define TY_PRIVATE
|
||||||
#else
|
#else
|
||||||
#define TY_PRIVATE __attribute__((__visibility__("hidden")))
|
#define TY_PRIVATE __attribute__((__visibility__("hidden")))
|
||||||
|
|
Loading…
Reference in a new issue