wine/ windows/winproc.c windows/winhelp.c wind ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 21 22:47:11 CST 2002


ChangeSet ID:	6366
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2002/11/21 22:47:11

Modified files:
	windows        : winproc.c winhelp.c win.c syscolor.c mdi.c 
	                 dce.c clipboard.c class.c 
	dlls/user      : user16.c text.c property.c painting.c focus.c 
	                 caret.c 
	controls       : scroll.c menu.c icontitle.c edit.c 

Log message:
	Moved some more 16-bit functions to user16.c.
	A few fixes for -DSTRICT.

Patch: http://cvs.winehq.com/patch.py?id=6366

Old revision  New revision  Changes     Path
 1.95          1.96          +6 -6       wine/windows/winproc.c
 1.28          1.29          +1 -1       wine/windows/winhelp.c
 1.207         1.208         +3 -3       wine/windows/win.c
 1.35          1.36          +0 -9       wine/windows/syscolor.c
 1.103         1.104         +4 -4       wine/windows/mdi.c
 1.73          1.74          +1 -1       wine/windows/dce.c
 1.53          1.54          +11 -12     wine/windows/clipboard.c
 1.52          1.53          +2 -2       wine/windows/class.c
 1.8           1.9           +291 -13    wine/dlls/user/user16.c
 1.39          1.40          +1 -20      wine/dlls/user/text.c
 1.7           1.8           +2 -2       wine/dlls/user/property.c
 1.2           1.3           +10 -10     wine/dlls/user/painting.c
 1.2           1.3           +1 -1       wine/dlls/user/focus.c
 1.1           1.2           +2 -2       wine/dlls/user/caret.c
 1.56          1.57          +2 -2       wine/controls/scroll.c
 1.152         1.153         +18 -267    wine/controls/menu.c
 1.26          1.27          +1 -3       wine/controls/icontitle.c
 1.105         1.106         +6 -6       wine/controls/edit.c




More information about the wine-cvs mailing list