ntdll: Make sure to not unmap anything from reserved areas
authorAlexandre Julliard <julliard@winehq.org>
Thu, 13 Jul 2006 18:47:07 +0000 (20:47 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 13 Jul 2006 18:47:07 +0000 (20:47 +0200)
commitc79cf02fae38f26eb91c1f1e43b3950e523930ed
tree306b5ecb774946ef3fc45262c65ee748408dfc2f
parentbb63a325d727339c7afc1d4fb8c7556ebe875117
ntdll: Make sure to not unmap anything from reserved areas
when using NtFreeVirtualMemory with the MEM_SYSTEM flag.
dlls/ntdll/virtual.c
loader/kthread.c
loader/pthread.c