wine/ dlls/comctl32/propsheet.c dlls/gdi/print ...

Alexandre Julliard julliard at winehq.com
Tue Jul 24 16:45:24 CDT 2001


ChangeSet ID:	996011124225232840981334
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/07/24 17:45:24

Modified files:
	dlls/comctl32  : propsheet.c 
	dlls/gdi       : printdrv.c 
	dlls/kernel    : format_msg.c 
	dlls/setupapi  : setupx_main.c 
	dlls/shell32   : iconcache.c shelllink.c 
	dlls/user      : lstr.c 
	dlls/wineps    : afm.c escape.c init.c ppd.c truetype.c 
	dlls/winmm     : mci.c mmsystem.c 
	files          : dos_fs.c drive.c profile.c 
	graphics       : driver.c env.c 
	graphics/win16drv: prtdrv.c 
	graphics/x11drv: xfont.c 
	if1632         : snoop.c 
	include        : heap.h module.h 
	loader         : elf.c loadorder.c module.c 
	msdos          : int21.c 
	relay32        : snoop.c 
	windows        : clipboard.c 

Log message:
	Removed HEAP_strdupA.

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

Revision  Changes    Path
 1.53     +16 -8     wine/dlls/comctl32/propsheet.c
 1.15     +6 -2      wine/dlls/gdi/printdrv.c
 1.17     +10 -10    wine/dlls/kernel/format_msg.c
 1.15     +12 -4     wine/dlls/setupapi/setupx_main.c
 1.46     +7 -3      wine/dlls/shell32/iconcache.c
 1.35     +21 -10    wine/dlls/shell32/shelllink.c
 1.17     +12 -7     wine/dlls/user/lstr.c
 1.27     +25 -26    wine/dlls/wineps/afm.c
 1.8      +2 -2      wine/dlls/wineps/escape.c
 1.23     +8 -9      wine/dlls/wineps/init.c
 1.5      +4 -3      wine/dlls/wineps/ppd.c
 1.9      +3 -4      wine/dlls/wineps/truetype.c
 1.24     +34 -14    wine/dlls/winmm/mci.c
 1.45     +4 -2      wine/dlls/winmm/mmsystem.c
 1.91     +4 -2      wine/files/dos_fs.c
 1.58     +21 -14    wine/files/drive.c
 1.57     +45 -39    wine/files/profile.c
 1.13     +4 -4      wine/graphics/driver.c
 1.9      +8 -18     wine/graphics/env.c
 1.21     +2 -1      wine/graphics/win16drv/prtdrv.c
 1.79     +11 -7     wine/graphics/x11drv/xfont.c
 1.30     +9 -6      wine/if1632/snoop.c
 1.18     +11 -10    wine/include/heap.h
 1.59     +2 -0      wine/include/module.h
 1.33     +11 -11    wine/loader/elf.c
 1.45     +7 -6      wine/loader/loadorder.c
 1.136    +11 -9     wine/loader/module.c
 1.64     +2 -2      wine/msdos/int21.c
 1.45     +6 -5      wine/relay32/snoop.c
 1.42     +3 -2      wine/windows/clipboard.c





More information about the wine-cvs mailing list