ChangeSet ID: 1025575517180175350354151 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/07/01 21:05:17
Modified files: dlls/commdlg : filedlg95.c filedlgbrowser.c dlls/shell32 : clipboard.c debughlp.c pidl.c shell32_main.c shell32_main.h shelllink.c shellole.c shellord.c shellstring.c shlfolder.c undocshell.h include/wine : obj_shellfolder.h
Log message: Juergen Schmied juergenschmied@lycos.de - changed STRRET definition - small changes for seperation of shell32 from ole32 - debughelper for printing interface names (shell internal) - changed shell memory allocation to use IMalloc of ole32 when this library is already loaded - fallback IMalloc internally in shell - unified constructor syntax for several objects created by DllGetClassObject - rewrote instance creation for com objects - made the desktop folder parsing paths like ::{CLSID} - Implemented IPersistFolder3 partially
Patch: http://cvs.winehq.com/patch.py?id=1025575517180175350354151
Revision Changes Path 1.76 +20 -21 wine/dlls/commdlg/filedlg95.c 1.35 +7 -7 wine/dlls/commdlg/filedlgbrowser.c 1.11 +10 -28 wine/dlls/shell32/clipboard.c 1.3 +53 -0 wine/dlls/shell32/debughlp.c 1.72 +8 -4 wine/dlls/shell32/pidl.c 1.95 +0 -6 wine/dlls/shell32/shell32_main.c 1.48 +17 -22 wine/dlls/shell32/shell32_main.h 1.41 +27 -6 wine/dlls/shell32/shelllink.c 1.48 +336 -215 wine/dlls/shell32/shellole.c 1.98 +0 -58 wine/dlls/shell32/shellord.c 1.22 +6 -6 wine/dlls/shell32/shellstring.c 1.71 +285 -247 wine/dlls/shell32/shlfolder.c 1.7 +3 -0 wine/dlls/shell32/undocshell.h 1.13 +51 -22 wine/include/wine/obj_shellfolder.h