ntdll/tests: Add tests for address requirements in NtMapViewOfSectionEx().
commit9099289aff083abedd2ab36cbe59c6164e072f05
authorAlexandre Julliard <julliard@winehq.org>
Wed, 10 May 2023 15:07:38 +0000 (10 17:07 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 May 2023 16:11:18 +0000 (10 18:11 +0200)
tree0ac52ca0c2ee2000186fa8462b5c300b8893fa05
parent4b8f3dd9a56db4fd6a63895f7ee6ee26c1ef2bc7
ntdll/tests: Add tests for address requirements in NtMapViewOfSectionEx().

Based on the similar tests for NtAllocateVirtualMemoryEx().
dlls/ntdll/tests/virtual.c