kernel: Add some test cases for ReadDirectoryChangesW.
[wine] / dlls / kernel / tests / heap.c
2006-01-12  Robert Shearmankernel32: Fix GlobalReAlloc for size = 0.
2006-01-09  Mike McCormackkernel: Trying to lock an empty global memory block...
2005-11-08  Saulius KrasuckasTake into account some alignment done by HeapAlloc...
2005-07-11  Robert Shearman- Make the value returned from HeapSize always match...
2005-03-17  Jon GriffithsUse LMEM_ flags for LocalAlloc(), not GMEM_ (GlobalAlloc).
2004-02-06  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-15  Hans Leidekker[Global|Local]ReAlloc don't fail with size 0.
2003-12-04  Dimitrie O. PaunMore tests for {Local,Global}{,Re}Alloc() calls.
2003-11-25  Dimitrie O. PaunRtlHeapReAllocate() should not allocate memory.