Sweden-Number/dlls/kernel32/tests
Rémi Bernon d1a7b681ea ntdll: Change zero_bits parameter type to ULONG_PTR for NtMapViewOfSection and NtAllocateVirtualMemory.
It can be a pointer mask, eventually 64bit, and ULONG_PTR is what can be
found in several documentation of these functions.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-13 12:11:15 +02:00
..
Makefile.in
actctx.c kernel32/tests: Don't test functions directly when reporting GetLastError(). 2019-08-02 10:52:03 +02:00
atom.c
change.c
codepage.c
comm.c
console.c
debugger.c kernel32/tests: A couple of spelling fixes in ok() call messages. 2019-08-08 17:53:36 +02:00
directory.c
drive.c
dummy.c kernel32/tests: Add sxs tests. 2019-06-24 10:50:53 +02:00
dummy.spec kernel32/tests: Add sxs tests. 2019-06-24 10:50:53 +02:00
environ.c
fiber.c
file.c ntdll: Ignore -1 time value same as 0 when setting file times. 2019-08-09 10:03:19 +02:00
format_msg.c
generated.c
heap.c
loader.c ntdll: Change zero_bits parameter type to ULONG_PTR for NtMapViewOfSection and NtAllocateVirtualMemory. 2019-08-13 12:11:15 +02:00
locale.c libwine: Ignore 0 weights as described in Unicode collation algorithm. 2019-05-22 19:16:05 +02:00
mailslot.c
module.c kernel32: Fix handling of LOAD_WITH_ALTERED_SEARCH_PATH when other search flags are specified. 2019-06-05 21:40:55 +02:00
path.c kernel32/tests: Use the ARRAY_SIZE() macro. 2019-05-24 21:56:07 +02:00
pipe.c
process.c kernel32/tests: Test QueryFullProcessImageNameW() flags. 2019-07-31 09:28:38 +02:00
profile.c
resource.c
resource.rc
sync.c ntdll: Change zero_bits parameter type to ULONG_PTR for NtMapViewOfSection and NtAllocateVirtualMemory. 2019-08-13 12:11:15 +02:00
thread.c
time.c kernel32/tests: Add a test for GetTickCount(). 2019-06-14 18:23:55 +02:00
timer.c
toolhelp.c
version.c
virtual.c ntdll: Change zero_bits parameter type to ULONG_PTR for NtMapViewOfSection and NtAllocateVirtualMemory. 2019-08-13 12:11:15 +02:00
volume.c