On Tue, 21 Nov 2017, Yuta Nakai wrote:

Attached patch fixes the definitions of _daylight/_dstbias/_timezone/_tzname 
for msvcr*.dll.
These are global variables and exported as DATA symbols,  so we should use 
__MINGW_IMP_SYMBOL.

In which case do you see an actual difference in behaviour compared to now, when they are declared with __MINGW_IMPORT (which expands to dllimport)? I did a quick test with msvcrt.dll and it seemed to work just fine as it is right now.

// Martin

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to