19 Sep
2012
19 Sep
'12
7:39 p.m.
Module: wine Branch: master Commit: d26335497e36d71d0b2b0141d65d479de41ee749 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d26335497e36d71d0b2b0141d6... Author: Huw Davies <huw(a)codeweavers.com> Date: Wed Sep 19 11:08:01 2012 +0100 comdlg32: Move all of the win 3.1 style functionality into the same file. --- dlls/comdlg32/cdlg.h | 3 + dlls/comdlg32/filedlg.c | 183 --------------------------------------- dlls/comdlg32/filedlg31.c | 210 ++++++++++++++++++++++++++++++++++++++++++--- dlls/comdlg32/filedlg31.h | 52 ----------- 4 files changed, 199 insertions(+), 249 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d26335497e36d71d0b2b01...