- changed STRRET definition
authorJuergen Schmied <juergenschmied@lycos.de>
Tue, 2 Jul 2002 02:05:17 +0000 (02:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 2 Jul 2002 02:05:17 +0000 (02:05 +0000)
commit23b808791e5361d95a50a696003d152c1b39e5d4
tree1fb9f07583b88a6ad12a0a8acf77e658b86230b5
parent17a2fe0f7130e228b4c62c2e0958041c6a316814
- 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
14 files changed:
dlls/commdlg/filedlg95.c
dlls/commdlg/filedlgbrowser.c
dlls/shell32/clipboard.c
dlls/shell32/debughlp.c
dlls/shell32/pidl.c
dlls/shell32/shell32_main.c
dlls/shell32/shell32_main.h
dlls/shell32/shelllink.c
dlls/shell32/shellole.c
dlls/shell32/shellord.c
dlls/shell32/shellstring.c
dlls/shell32/shlfolder.c
dlls/shell32/undocshell.h
include/wine/obj_shellfolder.h