Robert Shearman 9cc41d278f kernel32: Fix GlobalReAlloc for size = 0.
GlobalReAlloc should return NULL if the requested size is 0, the block
is moveable and it is locked, but otherwise it should return the
original memory block.
2006-01-12 11:55:25 +01:00
..
2005-08-10 14:42:48 +00:00
2005-04-24 17:37:52 +00:00
2005-10-27 10:25:49 +00:00