wine/dlls/shell32 Makefile.in brsfolder.c clas ...

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jul 23 20:56:04 CDT 2002


ChangeSet ID:	1027475763780155356581421
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/07/23 20:56:04

Modified files:
	dlls/shell32   : Makefile.in brsfolder.c classes.c dataobject.c 
	                 debughlp.c enumidlist.c folders.c 
	                 memorystream.c pidl.c shell32_main.c 
	                 shell32_main.h shelllink.c shellole.c 
	                 shellstring.c shlfolder.c shlview.c 
	                 shv_bg_cmenu.c shv_item_cmenu.c 
Added files:
	dlls/shell32   : shfldr.h shfldr_desktop.c shfldr_fs.c 
	                 shfldr_mycomp.c 

Log message:
	Juergen Schmied <juergenschmied at lycos.de>
	- Cleaned up the implementation of shell folders and put them into
	separate files.
	- Fixed some memory leaks.
	- Some more fixes.

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

Revision  Changes    Path
 1.51     +6 -3      wine/dlls/shell32/Makefile.in
 1.39     +6 -1      wine/dlls/shell32/brsfolder.c
 1.23     +8 -25     wine/dlls/shell32/classes.c
 1.32     +1 -13     wine/dlls/shell32/dataobject.c
 1.4      +8 -12     wine/dlls/shell32/debughlp.c
 1.26     +7 -19     wine/dlls/shell32/enumidlist.c
 1.32     +0 -6      wine/dlls/shell32/folders.c
 1.8      +0 -5      wine/dlls/shell32/memorystream.c
 1.73     +26 -29    wine/dlls/shell32/pidl.c
 1.96     +12 -25    wine/dlls/shell32/shell32_main.c
 1.49     +20 -2     wine/dlls/shell32/shell32_main.h
 1.42     +0 -3      wine/dlls/shell32/shelllink.c
 1.50     +25 -25    wine/dlls/shell32/shellole.c
 1.23     +20 -19    wine/dlls/shell32/shellstring.c
 1.74     +280 -2753 wine/dlls/shell32/shlfolder.c
 1.68     +3 -9      wine/dlls/shell32/shlview.c
 1.18     +0 -5      wine/dlls/shell32/shv_bg_cmenu.c
 1.10     +0 -4      wine/dlls/shell32/shv_item_cmenu.c
 1.1     +0 -0       wine/dlls/shell32/shfldr.h
 1.1     +0 -0       wine/dlls/shell32/shfldr_desktop.c
 1.1     +0 -0       wine/dlls/shell32/shfldr_fs.c
 1.1     +0 -0       wine/dlls/shell32/shfldr_mycomp.c




More information about the wine-cvs mailing list