Removed the A/W constants for builtin cursors, icons and resource
[wine] / dlls / msvcrt / misc.c
2003-03-15  Alexandre JulliardImplemented _chkesp, based on a patch by Jon Griffiths.
2002-12-18  Alexandre JulliardAvoid including other headers from the msvcrt headers...
2002-07-03  Gregg MattinsonCast void* to char* for pointer arithmetic.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.