Correctly use the returned value from GetTimeZoneInformation.
[wine] / dlls / msvcrt / scanf.h
2004-08-23  Francois GougetUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000...
2004-05-17  Raphael JunqueiraFix scanf handling of float numbers (beginning with...
2004-02-24  Uwe BonnesImplement I64 modifier, move WARN to TRACE.
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2004-01-06  Peter Berg Larsen%[a-z] and %[z-a] are interpreted as equivalent to...
2004-01-06  Peter Berg LarsenAdded _BITMAPSIZE_ and split _CONVERT_ macro to remove...
2003-12-15  Uwe BonnesPatch and test for scanf %i.
2003-10-10  Uwe Bonnes%n returns the number of consumed characters.
2003-05-13  Uwe BonnesFix some sscanf cases and testcase to get wxtide32...
2003-01-11  Alexandre JulliardWarning fixes.
2003-01-11  Alexandre JulliardFixed EOF return value for sscanf.
2003-01-11  Mehmet Yasar- return EOF when stream is empty
2002-12-20  Alexandre JulliardHandle unknown format chars correctly (spotted by Györg...
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-10-15  György 'Nog' JeneyImplement [ format specifier.
2002-09-29  Jukka HeinonenFunctions sscanf and swscanf now expect strings to...
2002-09-09  Uwe BonnesMake the scanf family recognize characters again.
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...