wine/ dlls/user/message.c include/win.h window ...

Alexandre Julliard julliard at winehq.com
Wed Sep 12 12:19:14 CDT 2001


ChangeSet ID:	1000315154250222230795771
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/09/12 13:19:14

Modified files:
	dlls/user      : message.c 
	include        : win.h 
	windows        : clipboard.c dce.c dialog.c focus.c input.c 
	                 win.c winpos.c 

Log message:
	Make sure that functions returning an HWND always return a full 32-bit
	handle.

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

Revision  Changes    Path
 1.4      +2 -2      wine/dlls/user/message.c
 1.54     +12 -1     wine/include/win.h
 1.45     +8 -11     wine/windows/clipboard.c
 1.61     +17 -21    wine/windows/dce.c
 1.90     +5 -0      wine/windows/dialog.c
 1.24     +1 -0      wine/windows/focus.c
 1.60     +1 -1      wine/windows/input.c
 1.150    +57 -33    wine/windows/win.c
 1.117    +5 -2      wine/windows/winpos.c





More information about the wine-cvs mailing list