1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
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
..
cdlg16.h
colordlg.c commdlg: Explicitely initialize remaining fields of CHOOSECOLORA (Coverity). 2015-12-29 22:38:32 +01:00
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
Makefile.in commdlg: Build with msvcrt. 2019-05-29 11:38:38 +02:00
printdlg.c commdlg.dll16: Remove unneeded NONAMELESSXXX directives. 2015-03-09 22:06:24 +09:00