=?UTF-8?Q?R=C3=A9mi=20Bernon=20?=: ntdll: Change zero_bits parameter type to ULONG_PTR for NtMapViewOfSection and NtAllocateVirtualMemory.

Alexandre Julliard julliard at winehq.org
Tue Aug 13 14:54:33 CDT 2019


Module: wine
Branch: master
Commit: d1a7b681ead5fdf10bc2001d9841b7ad9b09423b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d1a7b681ead5fdf10bc2001d9841b7ad9b09423b

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Thu Aug  1 10:07:40 2019 +0200

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 at codeweavers.com>
Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/loader.c  |  4 ++--
 dlls/kernel32/tests/sync.c    |  2 +-
 dlls/kernel32/tests/virtual.c |  2 +-
 dlls/ntdll/tests/info.c       |  2 +-
 dlls/ntdll/tests/virtual.c    | 12 ++++++------
 dlls/ntdll/virtual.c          |  4 ++--
 include/winternl.h            |  4 ++--
 7 files changed, 15 insertions(+), 15 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=d1a7b681ead5fdf10bc2001d9841b7ad9b09423b



More information about the wine-cvs mailing list