- some fixes, cleaned up includes, fixed leaks
authorJuergen Schmied <juergen.schmied@metronet.de>
Sat, 23 Jan 1999 14:12:48 +0000 (14:12 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 23 Jan 1999 14:12:48 +0000 (14:12 +0000)
commitba28ba171f253e59a5a71bac3a93447dfda9f698
treebc57ec2b8b987f70777e9ae03d18ef8696cfaeb9
parent7b33e2b91ccf44a39490b854e7147af4a3b82b64
- some fixes, cleaned up includes, fixed leaks
- clean DllReferenceCount, better DllMain()
- dynamically linking LookupIconIdFromDirectoryEx32 and
  CreateIconFromResourceEx32 to USER32
- moved guid's instances to new file shellguid.c
- implemented  ShellExecuteEx32W
21 files changed:
dlls/shell32/Makefile.in
dlls/shell32/classes.c
dlls/shell32/contmenu.c
dlls/shell32/dataobject.c
dlls/shell32/enumidlist.c
dlls/shell32/folders.c
dlls/shell32/iconcache.c
dlls/shell32/shell32_main.c
dlls/shell32/shell32_main.h
dlls/shell32/shellguid.c [new file with mode: 0644]
dlls/shell32/shelllink.c
dlls/shell32/shellole.c
dlls/shell32/shellord.c
dlls/shell32/shellpath.c
dlls/shell32/shlfolder.c
dlls/shell32/shlview.c
include/interfaces.h
include/shlguid.h
include/shlobj.h
include/windows.h
misc/shell.c