- Cleaned up the implementation of shell folders and put them into
authorJuergen Schmied <juergenschmied@lycos.de>
Wed, 24 Jul 2002 01:56:03 +0000 (01:56 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 24 Jul 2002 01:56:03 +0000 (01:56 +0000)
commit1e5ec8893db155931d6367c8860700592cc8c9fb
tree9dca41875d179fce3c0128053d174860938ed557
parent75ce72ea447364352a5b74310fdd668fc56f93ad
- Cleaned up the implementation of shell folders and put them into
  separate files.
- Fixed some memory leaks.
- Some more fixes.
22 files changed:
dlls/shell32/Makefile.in
dlls/shell32/brsfolder.c
dlls/shell32/classes.c
dlls/shell32/dataobject.c
dlls/shell32/debughlp.c
dlls/shell32/enumidlist.c
dlls/shell32/folders.c
dlls/shell32/memorystream.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/shellstring.c
dlls/shell32/shfldr.h [new file with mode: 0644]
dlls/shell32/shfldr_desktop.c [new file with mode: 0644]
dlls/shell32/shfldr_fs.c [new file with mode: 0644]
dlls/shell32/shfldr_mycomp.c [new file with mode: 0644]
dlls/shell32/shlfolder.c
dlls/shell32/shlview.c
dlls/shell32/shv_bg_cmenu.c
dlls/shell32/shv_item_cmenu.c