Fix some parameter types.
[wine] / dlls / ntdll / heap.c
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-09-18  Alexandre JulliardAvoid calling some kernel functions.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...
2002-09-17  Francois GougetRemove references to PCVOID and LPUINT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-07-31  Alexandre JulliardWe have to use the Rtl variant of Enter/LeaveCriticalSe...
2002-07-01  Alexandre JulliardMake sure allocated blocks are aligned on an 8-byte...
2002-06-13  Alexandre JulliardRestored MakeCriticalSectionGlobal that got lost somewhere.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.