ChangeSet ID: 10414 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/12/12 00:09:14
Modified files: dlls/commdlg : printdlg16.c printdlg.h generic.c fontdlg16.c fontdlg.c finddlg.c filedlg16.c colordlg16.c colordlg.c cdlg.h Makefile.in Added files: dlls/commdlg : cdlg16.h Removed files: dlls/commdlg : fontdlg.h colordlg.h
Log message: Steven Edwards steven_ed4153@yahoo.com - The last of the major Win16/32 split for commdlg (for real this time). - Moved most of the 16bit stuff to cdlg16.h. - A few small cleanups.
Patch: http://cvs.winehq.com/patch.py?id=10414
Old revision New revision Changes Path 1.5 1.6 +1 -0 wine/dlls/commdlg/printdlg16.c 1.2 1.3 +3 -0 wine/dlls/commdlg/printdlg.h 1.12 1.13 +1 -0 wine/dlls/commdlg/generic.c 1.8 1.9 +1 -1 wine/dlls/commdlg/fontdlg16.c 1.65 1.66 +0 -3 wine/dlls/commdlg/fontdlg.c 1.27 1.28 +1 -0 wine/dlls/commdlg/finddlg.c 1.5 1.6 +1 -0 wine/dlls/commdlg/filedlg16.c 1.4 1.5 +26 -1 wine/dlls/commdlg/colordlg16.c 1.46 1.47 +26 -5 wine/dlls/commdlg/colordlg.c 1.29 1.30 +45 -119 wine/dlls/commdlg/cdlg.h 1.35 1.36 +1 -1 wine/dlls/commdlg/Makefile.in Added 1.1 +0 -0 wine/dlls/commdlg/cdlg16.h 1.4 Removed +0 -0 wine/dlls/commdlg/fontdlg.h 1.3 Removed +0 -0 wine/dlls/commdlg/colordlg.h