wine/ windows/winproc.c dlls/x11drv/xfont.c dl ...

Alexandre Julliard julliard at winehq.org
Thu Mar 24 15:01:39 CST 2005


ChangeSet ID:	16837
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/24 15:01:39

Modified files:
	windows        : winproc.c 
	dlls/x11drv    : xfont.c xdnd.c palette.c dib.c clipboard.c 
	                 bitblt.c 
	dlls/winsock   : socket.c 
	dlls/winmm/wineoss: dsrender.c dscapture.c 
	dlls/winmm/wineaudioio: audio.c 
	dlls/winmm/winealsa: midi.c audio.c 
	dlls/winmm/mciseq: mcimidi.c 
	dlls/winmm     : winmm.c 
	dlls/wininet   : urlcache.c internet.c 
	dlls/wineps    : ps.c init.c glyphlist.c 
	dlls/wined3d   : surface.c 
	dlls/winaspi   : winaspi32.c 
	dlls/vnbt.vxd  : vnbt.c 
	dlls/user/dde  : misc.c 
	dlls/user      : lstr.c listbox.c exticon.c 
	dlls/ttydrv    : palette.c 
	dlls/shlwapi   : url.c string.c regstream.c reg.c istream.c 
	dlls/shell32   : shelllink.c 
	dlls/setupapi  : diskspace.c devinst.c 
	dlls/secur32   : secur32.c 
	dlls/rsaenh    : rsaenh.c implglue.c handle.c 
	dlls/rpcrt4    : rpcrt4_main.c 
	dlls/riched20  : editor.h 
	dlls/quartz    : filtergraph.c 
	dlls/oledlg    : insobjdlg.c 
	dlls/oleaut32  : typelib.c olepicture.c oleaut.c 
	dlls/netapi32  : netbios.c nbt.c nbnamecache.c nbcmdqueue.c 
	dlls/msvideo   : msvideo_main.c 
	dlls/msvcrt    : process.c 
	dlls/msi       : custom.c action.c 
	dlls/msdmo     : dmoreg.c 
	dlls/mscms     : profile.c 
	dlls/msacm     : internal.c 
	dlls/mpr       : wnet.c 
	dlls/mapi32    : util.c 
	dlls/lzexpand  : lzexpand_main.c 
	dlls/kernel    : toolhelp.c resource16.c ne_segment.c local16.c 
	                 heap.c format_msg.c comm.c 
	dlls/iphlpapi  : ipstats.c iphlpapi_main.c ifenum.c 
	dlls/imm32     : imm.c 
	dlls/imagehlp  : access.c 
	dlls/gdi/mfdrv : init.c graphics.c bitblt.c 
	dlls/gdi/enhmfdrv: init.c 
	dlls/gdi       : path.c palette.c gdi16.c font.c 
	dlls/dplayx    : name_server.c lobbysp.c dplobby.c 
	                 dplayx_global.c dplaysp.c dplay.c 
	dlls/dmstyle   : commandtrack.c 
	dlls/dinput    : mouse.c dinput_main.c device.c 
	dlls/ddraw/dsurface: dib.c 
	dlls/ddraw/d3ddevice: mesa.c 
	dlls/d3d8      : surface.c 
	dlls/commdlg   : printdlg16.c printdlg.c filedlg.c 
	dlls/comctl32  : propsheet.c 

Log message:
	Jakob Eriksson <jakov at vmlinux.org>
	Get rid of HeapAlloc casts.

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

Old revision  New revision  Changes     Path
 1.131         1.132         +3 -6       wine/windows/winproc.c
 1.15          1.16          +6 -7       wine/dlls/x11drv/xfont.c
 1.4           1.5           +2 -3       wine/dlls/x11drv/xdnd.c
 1.12          1.13          +4 -4       wine/dlls/x11drv/palette.c
 1.23          1.24          +2 -3       wine/dlls/x11drv/dib.c
 1.38          1.39          +5 -7       wine/dlls/x11drv/clipboard.c
 1.8           1.9           +2 -2       wine/dlls/x11drv/bitblt.c
 1.174         1.175         +1 -1       wine/dlls/winsock/socket.c
 1.6           1.7           +4 -4       wine/dlls/winmm/wineoss/dsrender.c
 1.6           1.7           +3 -3       wine/dlls/winmm/wineoss/dscapture.c
 1.25          1.26          +2 -2       wine/dlls/winmm/wineaudioio/audio.c
 1.14          1.15          +1 -1       wine/dlls/winmm/winealsa/midi.c
 1.73          1.74          +2 -2       wine/dlls/winmm/winealsa/audio.c
 1.26          1.27          +1 -1       wine/dlls/winmm/mciseq/mcimidi.c
 1.51          1.52          +1 -1       wine/dlls/winmm/winmm.c
 1.27          1.28          +2 -2       wine/dlls/wininet/urlcache.c
 1.115         1.116         +1 -1       wine/dlls/wininet/internet.c
 1.31          1.32          +7 -7       wine/dlls/wineps/ps.c
 1.59          1.60          +2 -4       wine/dlls/wineps/init.c
 1.9           1.10          +2 -3       wine/dlls/wineps/glyphlist.c
 1.7           1.8           +1 -1       wine/dlls/wined3d/surface.c
 1.30          1.31          +4 -4       wine/dlls/winaspi/winaspi32.c
 1.2           1.3           +1 -1       wine/dlls/vnbt.vxd/vnbt.c
 1.26          1.27          +3 -3       wine/dlls/user/dde/misc.c
 1.33          1.34          +2 -2       wine/dlls/user/lstr.c
 1.11          1.12          +1 -1       wine/dlls/user/listbox.c
 1.34          1.35          +1 -1       wine/dlls/user/exticon.c
 1.10          1.11          +1 -1       wine/dlls/ttydrv/palette.c
 1.48          1.49          +2 -2       wine/dlls/shlwapi/url.c
 1.53          1.54          +2 -2       wine/dlls/shlwapi/string.c
 1.22          1.23          +2 -2       wine/dlls/shlwapi/regstream.c
 1.58          1.59          +1 -1       wine/dlls/shlwapi/reg.c
 1.16          1.17          +1 -1       wine/dlls/shlwapi/istream.c
 1.86          1.87          +4 -4       wine/dlls/shell32/shelllink.c
 1.3           1.4           +1 -1       wine/dlls/setupapi/diskspace.c
 1.21          1.22          +1 -2       wine/dlls/setupapi/devinst.c
 1.4           1.5           +4 -4       wine/dlls/secur32/secur32.c
 1.23          1.24          +11 -11     wine/dlls/rsaenh/rsaenh.c
 1.7           1.8           +1 -1       wine/dlls/rsaenh/implglue.c
 1.3           1.4           +2 -3       wine/dlls/rsaenh/handle.c
 1.54          1.55          +2 -2       wine/dlls/rpcrt4/rpcrt4_main.c
 1.11          1.12          +2 -2       wine/dlls/riched20/editor.h
 1.26          1.27          +1 -1       wine/dlls/quartz/filtergraph.c
 1.2           1.3           +1 -1       wine/dlls/oledlg/insobjdlg.c
 1.146         1.147         +3 -3       wine/dlls/oleaut32/typelib.c
 1.56          1.57          +6 -7       wine/dlls/oleaut32/olepicture.c
 1.46          1.47          +4 -6       wine/dlls/oleaut32/oleaut.c
 1.3           1.4           +4 -4       wine/dlls/netapi32/netbios.c
 1.10          1.11          +7 -9       wine/dlls/netapi32/nbt.c
 1.3           1.4           +2 -4       wine/dlls/netapi32/nbnamecache.c
 1.2           1.3           +1 -1       wine/dlls/netapi32/nbcmdqueue.c
 1.62          1.63          +1 -1       wine/dlls/msvideo/msvideo_main.c
 1.28          1.29          +1 -1       wine/dlls/msvcrt/process.c
 1.9           1.10          +3 -3       wine/dlls/msi/custom.c
 1.103         1.104         +1 -1       wine/dlls/msi/action.c
 1.13          1.14          +1 -2       wine/dlls/msdmo/dmoreg.c
 1.14          1.15          +1 -1       wine/dlls/mscms/profile.c
 1.21          1.22          +1 -1       wine/dlls/msacm/internal.c
 1.18          1.19          +14 -18     wine/dlls/mpr/wnet.c
 1.8           1.9           +1 -1       wine/dlls/mapi32/util.c
 1.24          1.25          +1 -2       wine/dlls/lzexpand/lzexpand_main.c
 1.26          1.27          +3 -3       wine/dlls/kernel/toolhelp.c
 1.7           1.8           +2 -2       wine/dlls/kernel/resource16.c
 1.12          1.13          +1 -1       wine/dlls/kernel/ne_segment.c
 1.9           1.10          +1 -1       wine/dlls/kernel/local16.c
 1.14          1.15          +1 -1       wine/dlls/kernel/heap.c
 1.39          1.40          +4 -4       wine/dlls/kernel/format_msg.c
 1.89          1.90          +1 -1       wine/dlls/kernel/comm.c
 1.11          1.12          +4 -4       wine/dlls/iphlpapi/ipstats.c
 1.13          1.14          +6 -6       wine/dlls/iphlpapi/iphlpapi_main.c
 1.12          1.13          +6 -6       wine/dlls/iphlpapi/ifenum.c
 1.39          1.40          +2 -2       wine/dlls/imm32/imm.c
 1.20          1.21          +1 -3       wine/dlls/imagehlp/access.c
 1.32          1.33          +1 -1       wine/dlls/gdi/mfdrv/init.c
 1.10          1.11          +4 -6       wine/dlls/gdi/mfdrv/graphics.c
 1.7           1.8           +2 -2       wine/dlls/gdi/mfdrv/bitblt.c
 1.31          1.32          +1 -1       wine/dlls/gdi/enhmfdrv/init.c
 1.4           1.5           +3 -6       wine/dlls/gdi/path.c
 1.5           1.6           +1 -2       wine/dlls/gdi/palette.c
 1.18          1.19          +7 -10      wine/dlls/gdi/gdi16.c
 1.8           1.9           +1 -1       wine/dlls/gdi/font.c
 1.17          1.18          +3 -9       wine/dlls/dplayx/name_server.c
 1.9           1.10          +2 -6       wine/dlls/dplayx/lobbysp.c
 1.41          1.42          +4 -8       wine/dlls/dplayx/dplobby.c
 1.24          1.25          +1 -2       wine/dlls/dplayx/dplayx_global.c
 1.18          1.19          +2 -6       wine/dlls/dplayx/dplaysp.c
 1.55          1.56          +19 -40     wine/dlls/dplayx/dplay.c
 1.9           1.10          +1 -1       wine/dlls/dmstyle/commandtrack.c
 1.20          1.21          +2 -3       wine/dlls/dinput/mouse.c
 1.51          1.52          +6 -6       wine/dlls/dinput/dinput_main.c
 1.24          1.25          +3 -3       wine/dlls/dinput/device.c
 1.47          1.48          +8 -9       wine/dlls/ddraw/dsurface/dib.c
 1.168         1.169         +5 -5       wine/dlls/ddraw/d3ddevice/mesa.c
 1.42          1.43          +2 -2       wine/dlls/d3d8/surface.c
 1.9           1.10          +1 -1       wine/dlls/commdlg/printdlg16.c
 1.87          1.88          +2 -2       wine/dlls/commdlg/printdlg.c
 1.99          1.100         +1 -1       wine/dlls/commdlg/filedlg.c
 1.123         1.124         +1 -1       wine/dlls/comctl32/propsheet.c




More information about the wine-cvs mailing list