Commit Graph

11 Commits

Author SHA1 Message Date
Eric Pouech 05fef74867 comdlg32: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-09 18:37:32 +01:00
Nikolay Sivov 38898e939c comdlg32: Use memory allocation helpers.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-20 11:40:15 +01:00
Frédéric Delanoy f932abf326 dlls: Assorted spelling fixes. 2011-08-01 18:26:27 +02:00
Dylan Smith e5a476c66d comdlg32: Test and fix Find/ReplaceText parameter checking code. 2010-07-21 13:23:56 +02:00
Dylan Smith 51ba036f6c comdlg32: Zero length replace buffer is valid for ReplaceText. 2010-07-21 13:23:56 +02:00
Dylan Smith f89b14020f comdlg32: Check for valid replace parameters on ReplaceTextW.
COMDLG32_FR_CheckPartial is called with the second parameter of TRUE to
indicate that it is checking for a replace dialog, which includes checking
for a non-NULL replace buffer. This was called correctly on ReplaceTextA
but not for ReplaceTextW.
2010-07-21 13:23:56 +02:00
Michael Stefaniuc db4fab9fc0 comdlg32: Remove some explicit LPARAM/WPARAM casts. 2009-12-28 12:27:14 +01:00
Alexandre Julliard 910f331f8a comdlg32: Make commdlg.dll into a stand-alone 16-bit module. 2009-11-12 23:04:42 +01:00
Detlef Riekenberg 249fa5b7a2 comdlg32: Rename finddlg.c to finddlg16.c. 2006-06-09 13:25:52 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Alexandre Julliard ca1e72a402 comdlg32: Renamed the dlls/commdlg directory to dlls/comdlg32. 2006-04-10 17:00:03 +02:00