Fixed varargs handling in the scanf functions (spotted by Eric
[wine] / include / msvcrt / stdio.h
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2003-10-24  Pavel RoskinMSVCRT_tmpnam(): complete rewrite. Use the same names...
2003-08-13  Dimitrie O. PaunAlias _vsnprintf as vsnprintf.
2003-07-18  Jon GriffithsDon't redefine __WINE_USE_MSVCRT (msvc warning).
2003-03-26  Alexandre JulliardUse aliases instead of #defines for the varargs functio...
2003-03-22  Madhura SahasrabudheChanged the macros in the msvcrt headers to static...
2003-01-11  Dimitrie O. PaunUse inline functions instead of macros to avoid problem...
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-08-17  Daniel GudbjartssonCombined the implementation of all the scanf's in a...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-11  Waldek HebischImplemented stdio buffering and ungetc. Misc stdio...
2001-10-22  Francois GougetAdded __WINE_USE_MSVCRT.
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-05-07  Francois GougetRC_INVOKED (&NOWINRES) special cases.
2001-04-10  Francois GougetAdded headers for the msvcrt library.