server: Use the file_pos_t type for file sizes and offsets in the protocol structures.
[wine] / include / msvcrt / stdio.h
2007-06-06  Dmitry Timoshkovinclude/msvcrt: Make sure that __int64 is properly...
2007-02-20  Dmitry Timoshkovmsvcrt: Pack the structures on a 8-byte boundary like...
2006-10-16  Alexandre Julliardconfigure: Don't define _WIN64 on the command line...
2006-07-10  Alexandre Julliardinclude/msvcrt: Fix all definitions of size_t for Win64.
2005-01-04  Lionel Ulmerfpos_t should be 64 bits (verified with native MSVCRT...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-05-12  Eric Pouech- rewrote the file code so that streams manage low...
2004-04-26  Dimitrie O. PaunFix the _WCTYPE_T_DEFINED sentry for compatibility.
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
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.