wine-wine/dlls/commdlg.dll16
Rémi Bernon 3c9104f961 commdlg: Allocate memory using VirtualAlloc instead of NtAllocateVirtualMemory.
NtAllocateVirtualMemory was called for its zero_bits parameter, used
as an alignment value. But it is not, so call VirtualAlloc instead.

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-06-04 19:23:11 +02:00
..
Makefile.in
cdlg16.h
colordlg.c
commdlg.dll16.spec
filedlg.c commdlg: Allocate memory using VirtualAlloc instead of NtAllocateVirtualMemory. 2019-06-04 19:23:11 +02:00
finddlg.c
fontdlg.c
printdlg.c