d3drm: Avoid LPDIRECT3DRMDEVICE2.
[wine] / include / msvcrt / stdlib.h
2012-12-17  Piotr Cabanmsvcrt: Added _atodbl tests.
2012-04-19  Daniel Lehmanmsvcrt: Add declarations to stdlib.h for _strtoui64...
2012-01-16  Daniel Lehmanmsvcrt: Add declarations to stdlib.h for _wcstoui64...
2011-01-20  Nikolay Sivovmsvcrt: Partially implement _set_abort_behavior.
2011-01-19  Nikolay Sivovmsvcrt: Add _atoflt and _atoflt_l implementations.
2010-10-21  Andrew Nguyenmsvcrt: Implement _ultoa_s.
2010-10-11  Andrew Nguyenmsvcrt: Implement _itoa_s.
2010-09-28  Andrew Nguyenmsvcrt: Implement _set_doserrno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _set_errno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _get_doserrno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _get_errno.
2010-06-25  Andrew Nguyenmsvcrt: Implement _wmakepath_s.
2010-06-25  Andrew Nguyenmsvcrt: Implement _makepath_s.
2010-06-17  Alexander Scott... include/msvcrt: Update a bit.
2010-06-07  Alexander Scott... include/msvcrt: Define _TRUNCATE; use it in the tests.
2010-04-14  Alexandre Julliardmsvcrt: Implement _invalid_parameter and fix the handle...
2010-03-25  Piotr Cabanmsvcr90: Added _get/set_invalid_parameter_handler imple...
2009-05-23  Alexandre Julliardinclude/msvcrt: Add explicit msvcrt_long types to repla...
2008-12-17  Alexandre Julliardmsvcrt: Add __cdecl to all function prototypes.
2008-12-15  Alexandre Julliardmsvcrt: The __p_* functions are only exported on i386.
2008-12-15  Alexandre Julliardmsvcrt: Add a few more *_func functions to replace...
2008-12-12  Alexandre Julliardinclude: Add the msvcrt/crtdefs.h header and include...
2008-12-09  Alexandre Julliardinclude: Fix the definition of 64-bit types for Mingw64.
2007-08-30  Francois Gougetmsvcrt: Add a prototype for _atoldbl() & co and declare...
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-07-10  Alexandre Julliardinclude/msvcrt: Fix all definitions of size_t for Win64.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2003-11-28  Alexandre JulliardBetter support for div and ldiv in Winelib apps.
2003-10-28  Pierre d'HerbemontFixed _wfullpath prototype.
2003-07-18  Jon GriffithsDon't redefine __WINE_USE_MSVCRT (msvc warning).
2003-03-22  Madhura SahasrabudheChanged the macros in the msvcrt headers to static...
2003-01-11  Dimitrie O. PaunDefine qsort and bsearch in stdlib.h.
2003-01-04  Alexandre JulliardRemoved a few more #ifdef __WINE__.
2003-01-03  Dimitrie O. PaunDefine NULL if it's not defined already.
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-11-30  Francois GougetAdded constants for _set_error_mode().
2002-02-22  Peter Hunnisettatexit doesn't take a _onexit_t parameter.
2001-10-22  Francois GougetAdded __WINE_USE_MSVCRT.
2001-04-24  Francois GougetDon't use Windows types like LONGLONG in msvcrt headers.
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
2001-04-10  Francois GougetAdded headers for the msvcrt library.