* updates to the visibility webpage
@ 2022-01-01 20:57 Jose Da Silva
0 siblings, 0 replies; only message in thread
From: Jose Da Silva @ 2022-01-01 20:57 UTC (permalink / raw)
To: gcc-help
Hi,
I think the https://gcc.gnu.org/wiki/Visibility could be updated a little.
Right now it shows
#if defined _WIN32 || defined __CYGWIN__
but I think it could be upgraded further with
#if defined (_WIN32) || defined (__CYGWIN__) || (_WIN64) || defined
(__CYGWIN64__)
I have more information here if you want to look through it which was used
to get libuninameslist library working:
https://github.com/fontforge/libuninameslist/issues/25
and patch applied if it helps:
https://github.com/fontforge/libuninameslist/commit/3d042076034801caaffc138ef13ce0af9bac61d5
Thanks,
Hope everyone has a Happy New Year!
Joe Da Silva
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-01-01 20:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-01 20:57 updates to the visibility webpage Jose Da Silva
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).