wine/ windows/msgbox.c windows/mdi.c windows/c ...

Alexandre Julliard julliard at winehq.org
Wed Feb 11 18:35:02 CST 2004


ChangeSet ID:	11054
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/02/11 18:35:02

Modified files:
	windows        : msgbox.c mdi.c cursoricon.c class.c 
	include        : user.h 
	dlls/user      : winproc.h user_main.c 
	dlls/opengl32  : wgl.c 
	dlls/commdlg   : fontdlg16.c finddlg.c filedlg16.c colordlg16.c 
	controls       : menu.c edit.c 

Log message:
	Avoid a few more GetModuleHandle calls.

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

Old revision  New revision  Changes     Path
 1.45          1.46          +4 -6       wine/windows/msgbox.c
 1.121         1.122         +4 -4       wine/windows/mdi.c
 1.70          1.71          +2 -5       wine/windows/cursoricon.c
 1.63          1.64          +1 -3       wine/windows/class.c
 1.60          1.61          +2 -0       wine/include/user.h
 1.6           1.7           +1 -1       wine/dlls/user/winproc.h
 1.63          1.64          +5 -3       wine/dlls/user/user_main.c
 1.44          1.45          +5 -7       wine/dlls/opengl32/wgl.c
 1.10          1.11          +1 -1       wine/dlls/commdlg/fontdlg16.c
 1.28          1.29          +1 -1       wine/dlls/commdlg/finddlg.c
 1.7           1.8           +7 -13      wine/dlls/commdlg/filedlg16.c
 1.5           1.6           +1 -1       wine/dlls/commdlg/colordlg16.c
 1.174         1.175         +1 -2       wine/controls/menu.c
 1.126         1.127         +1 -1       wine/controls/edit.c




More information about the wine-cvs mailing list