-dont return NULL when realloc to 0 bytes (fixes one kernel32_winetest heap test)
authorGunnar Dalsnes <hardon@online.no>
Mon, 17 Oct 2005 20:11:21 +0000 (20:11 +0000)
committerGunnar Dalsnes <hardon@online.no>
Mon, 17 Oct 2005 20:11:21 +0000 (20:11 +0000)
commit35bd58021fbcf04363e4c8c8188385bb584443f9
tree8ade493e249072ae838435ceb78de84e330982e5
parent59131bfc00c769fd80eb5b061ab9e5fb3616a565
-dont return NULL when realloc to 0 bytes (fixes one kernel32_winetest heap test)
-only allow realloc to new position if GMEM_MOVEABLE is passed (fixed mem)
-only allow realloc to new position if GMEM_MOVEABLE is passed OR mem is not locked (moveable mem)

svn path=/trunk/; revision=18528
reactos/lib/kernel32/mem/global.c