delorie.com/archives/browse.cgi | search |
Corinna Vinschen wrote: > Unfortunately it doesn't work for variables. We can hide the timezone > function, but how do we alias timezone to _timezone in libcygwin.a? Why does the variable need to be renamed? Can't we continue to call it _timezone internally and then "#define timezone _timezone" in a public header? It looks like this is already what we get in <cygwin/time.h> if we simply stop defining __timezonefunc__. Or is pulluting the namespace with a macro called "timezone" too hideous? In that case we could try declaring it "extern long timezone asm("_timezone");" in the header. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |