ChangeSet ID: 11916 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/04/08 14:50:17
Modified files: dlls/shell32 : shfldr_mycomp.c shfldr_fs.c shfldr_desktop.c enumidlist.h enumidlist.c
Log message: Juan Lang juan_lang@yahoo.com - move CreateMyCompEnumList and CreateDesktopEnumList to their respective files - rewrite CreateFolderEnumList to only FindFirstFile/FindNextFile once
Patch: http://cvs.winehq.org/patch.py?id=11916
Old revision New revision Changes Path 1.18 1.19 +59 -1 wine/dlls/shell32/shfldr_mycomp.c 1.20 1.21 +3 -1 wine/dlls/shell32/shfldr_fs.c 1.21 1.22 +56 -1 wine/dlls/shell32/shfldr_desktop.c 1.1 1.2 +6 -9 wine/dlls/shell32/enumidlist.h 1.34 1.35 +52 -221 wine/dlls/shell32/enumidlist.c