ChangeSet ID: 7697 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/03/28 13:40:37
Modified files: windows : dialog.c dlls/user : wnd16.c user32.spec controls.h Makefile.in Added files: dlls/user : dialog16.c
Log message: Moved 16-bit dialog routines to a separate dialog16.c file. Fixed window creation to create ASCII windows when called through one of the ASCII dialog functions.
Patch: http://cvs.winehq.com/patch.py?id=7697
Old revision New revision Changes Path 1.113 1.114 +176 -498 wine/windows/dialog.c 1.17 1.18 +0 -209 wine/dlls/user/wnd16.c 1.68 1.69 +1 -1 wine/dlls/user/user32.spec 1.9 1.10 +6 -1 wine/dlls/user/controls.h 1.65 1.66 +1 -0 wine/dlls/user/Makefile.in Added 1.1 +0 -0 wine/dlls/user/dialog16.c