wine/ windows/user.c dlls/user/winproc.c dlls/ ...

Alexandre Julliard julliard at winehq.org
Wed Apr 27 05:23:24 CDT 2005


ChangeSet ID:	17257
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/04/27 05:23:24

Modified files:
	windows        : user.c 
	dlls/user      : winproc.c winpos.c win.c user_private.h 
	                 user_main.c spy.c scroll.c msg16.c message.c 
	                 mdi.c listbox.c input.c hook16.c hook.c edit.c 
	                 defwnd.c cursoricon.c combo.c 
Removed files:
	dlls/user      : message.h 

Log message:
	Moved remaining messaging definitions to user_private.h and removed
	message.h.

Patch: http://cvs.winehq.org/patch.py?id=17257

Old revision  New revision  Changes     Path
 1.109         1.110         +0 -1       wine/windows/user.c
 1.1           1.2           +0 -1       wine/dlls/user/winproc.c
 1.1           1.2           +0 -1       wine/dlls/user/winpos.c
 1.1           1.2           +0 -1       wine/dlls/user/win.c
 1.10          1.11          +32 -0      wine/dlls/user/user_private.h
 1.80          1.81          +0 -1       wine/dlls/user/user_main.c
 1.1           1.2           +0 -1       wine/dlls/user/spy.c
 1.11          1.12          +0 -1       wine/dlls/user/scroll.c
 1.30          1.31          +0 -1       wine/dlls/user/msg16.c
 1.79          1.80          +1 -1       wine/dlls/user/message.c
 1.1           1.2           +0 -1       wine/dlls/user/mdi.c
 1.12          1.13          +1 -1       wine/dlls/user/listbox.c
 1.3           1.4           +0 -1       wine/dlls/user/input.c
 1.9           1.10          +0 -1       wine/dlls/user/hook16.c
 1.19          1.20          +0 -1       wine/dlls/user/hook.c
 1.23          1.24          +0 -1       wine/dlls/user/edit.c
 1.1           1.2           +0 -1       wine/dlls/user/defwnd.c
 1.2           1.3           +0 -1       wine/dlls/user/cursoricon.c
 1.9           1.10          +1 -1       wine/dlls/user/combo.c
 1.6           Removed       +0 -0       wine/dlls/user/message.h




More information about the wine-cvs mailing list