Commit Graph

42 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
Michael Stefaniuc b97542cef7 comdlg32: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-23 12:37:23 +01:00
Alexandre Julliard 2cfe907584 comdlg32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-29 11:38:38 +02:00
Nikolay Sivov 7514475c1c comdlg32: Use ARRAY_SIZE macro.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-03-20 11:40:25 +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
Andrey Gusev be367393c9 Assorted typos fixes. 2014-01-13 17:37:42 +01:00
Frédéric Delanoy 3e3efd1e1b comdlg32: Use BOOL type where appropriate. 2013-10-23 11:21:15 +02:00
Andrew Talbot 309654f058 comdlg32: Indentation fix. 2012-12-11 12:03:41 +01:00
Huw Davies 9db8e593bf comdlg32: Copy additional structure members if present. 2012-09-21 17:08:07 +02:00
Huw Davies 914353d3dc comdlg32: Make the unicode copy the same size as the ansi version. 2012-09-21 17:07:39 +02:00
Huw Davies bdbc45fddd comdlg32: Only copy the valid portion of the structure. 2012-09-21 17:07:32 +02:00
Francois Gouget bfd9cd1c42 comdlg32: Make FD31_GetFldrHeight() static. 2012-09-20 19:22:44 +02:00
Huw Davies d26335497e comdlg32: Move all of the win 3.1 style functionality into the same file. 2012-09-19 13:06:35 +02:00
Michael Stefaniuc df158e4379 comdlg32: Avoid TRUE:FALSE conditional expressions. 2012-08-13 17:29:13 +02:00
Frédéric Delanoy f932abf326 dlls: Assorted spelling fixes. 2011-08-01 18:26:27 +02:00
Francois Gouget b520cc1aed comdlg32: Make FD31_FreeOfnW() and FD31_MapOfnStructA() static. 2010-08-31 14:23:47 +02:00
Andrew Nguyen 10356abd8a comdlg32: Avoid a NULL dereference when changing the file type selection of a Unicode Win3.1-style dialog. 2010-07-30 14:59:41 +02:00
André Hentschel 31b9fefe0e comdlg32: Correctly report the filter. 2010-06-07 15:30:00 +02:00
Michael Stefaniuc 5b389bacc5 comdlg32: Use IS_INTRESOURCE instead of HIWORD to check a resource. 2010-01-27 18:46:09 +01:00
Alexandre Julliard 0e00a61a38 comdlg32: Get rid of the 16-bit callback support. 2009-12-28 12:27:16 +01:00
Alexandre Julliard a6414c260c comdlg32: Fix icon drawing in the 3.1 file dialog. 2009-09-30 14:31:30 +02:00
Michael Stefaniuc a04ed94580 comdlg32: Remove superfluous pointer casts. 2009-01-14 12:20:58 +01:00
Francois Gouget 9c5e97aa71 Assorted spelling fixes. 2008-11-24 14:25:10 +01:00
Kai Blin 4ff3d9954e comdlg32: Avoid possible NULL pointer dereference (Coverity). 2008-10-15 16:44:05 +02:00
Andrew Talbot 5d707bc271 comdlg32: Remove unused variable. 2008-04-17 11:40:59 +02:00
Paul Romanyszyn 95fa37ff84 comdlg32: Filter change should not update filename. 2008-01-10 11:39:04 +01:00
Dmitry Timoshkov 77c0fad572 comdlg32: If lpstrFile points to a valid string use it as a default value for edit control. 2008-01-08 12:54:54 +01:00
Alex Villacís Lasso c06cfa85c2 comdlg32: Fix another regression in 3.1-style file dialog from LB_DIR fix. 2007-12-21 12:41:07 +01:00
Andrew Talbot 750a56016d comdlg32: Remove unnecessary casts. 2007-12-04 14:32:39 +01:00
Francois Gouget 5266e57975 Assorted spelling fixes. 2007-07-31 21:37:50 +02:00
Andrew Talbot c03736f360 comdlg32: Cast-qual warning fix. 2007-07-18 12:57:51 +02:00
Andrew Talbot 5197133573 comdlg32: Exclude unused headers. 2007-04-30 12:32:46 +02:00
Andrew Talbot 2bd62004cf comdlg32: Remove inappropriate const qualifier. 2007-04-06 12:31:10 +02:00
Andrew Talbot 918c9d9ac1 comdlg32: Constify some variables. 2007-04-05 10:54:13 +02:00
Andrew Talbot 3c842c0d1e comdlg32: Replace const pointer parameters with correct pointers to const. 2007-03-06 22:26:42 +01:00
Andrew Talbot 10c1faa79e comdlg32: Cast-qual warning fix. 2006-10-23 15:07:18 +02:00
Michael Ploujnikov fb7ed587e9 comdlg32: Win64 printf format warning fixes. 2006-10-13 15:46:02 +02:00
Andrew Talbot 778d5d65e8 comdlg32: Cast-qual warnings fix. 2006-09-07 13:46:15 +02:00
Bang Jun-Young 4988fad232 comdlg32: Remove redundant headers. 2006-07-21 10:48:17 +02:00
Michael Stefaniuc fee72b607a Yet another round of redundant NULL checks before HeapFree. 2006-06-13 11:40:23 +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