wine/ controls/menu.c dlls/commdlg/cdlg32.c dl ...

Alexandre Julliard julliard at wine.codeweavers.com
Thu May 16 21:55:49 CDT 2002


ChangeSet ID:	102160414843297082356094
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/05/16 21:55:48

Modified files:
	controls       : menu.c 
	dlls/commdlg   : cdlg32.c 
	dlls/ntdll     : debugtools.c ntdll.spec 
	dlls/user      : resource.c 
	if1632         : relay.c 
	include/wine   : debug.h 
	library        : debug.c 
	loader/ne      : resource.c 
	memory         : atom.c 
	objects        : font.c 
	relay32        : snoop.c 
	windows        : class.c dialog.c win.c 

Log message:
	Export the debugging API from libwine instead of ntdll.
	Removed debugres_[aw].

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

Revision  Changes    Path
 1.141    +1 -1      wine/controls/menu.c
 1.21     +1 -1      wine/dlls/commdlg/cdlg32.c
 1.19     +31 -33    wine/dlls/ntdll/debugtools.c
 1.65     +0 -8      wine/dlls/ntdll/ntdll.spec
 1.11     +1 -1      wine/dlls/user/resource.c
 1.49     +4 -4      wine/if1632/relay.c
 1.3      +19 -16    wine/include/wine/debug.h
 1.5      +193 -0    wine/library/debug.c
 1.34     +2 -2      wine/loader/ne/resource.c
 1.41     +5 -5      wine/memory/atom.c
 1.70     +5 -5      wine/objects/font.c
 1.52     +43 -54    wine/relay32/snoop.c
 1.47     +4 -4      wine/windows/class.c
 1.101    +2 -2      wine/windows/dialog.c
 1.183    +5 -5      wine/windows/win.c




More information about the wine-cvs mailing list