[SHELL32]
authorThomas Faber <thomas.faber@reactos.org>
Fri, 8 Apr 2016 08:30:09 +0000 (08:30 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Fri, 8 Apr 2016 08:30:09 +0000 (08:30 +0000)
commit78a727d095a6cedc195a54d9299ef5f685f33f31
treefa37a7aa97732c687454902609e65b6edc79e7a9
parent0664f988336e8b1d8182ce9afe87166a06178938
[SHELL32]
- Add stubs for the shell dispatch object, CShell, and its relatives. Patch by Mark Jansen.
[SHELL32_WINETEST]
- We no longer need to skip test_ParseName and test_Verbs thanks to Mark's work.
CORE-6892
ROSTESTS-209

svn path=/trunk/; revision=71116
15 files changed:
reactos/dll/win32/shell32/CFolder.cpp [new file with mode: 0644]
reactos/dll/win32/shell32/CFolder.h [new file with mode: 0644]
reactos/dll/win32/shell32/CFolderItemVerbs.cpp [new file with mode: 0644]
reactos/dll/win32/shell32/CFolderItemVerbs.h [new file with mode: 0644]
reactos/dll/win32/shell32/CFolderItems.cpp [new file with mode: 0644]
reactos/dll/win32/shell32/CFolderItems.h [new file with mode: 0644]
reactos/dll/win32/shell32/CMakeLists.txt
reactos/dll/win32/shell32/CShell.cpp [new file with mode: 0644]
reactos/dll/win32/shell32/CShell.h [new file with mode: 0644]
reactos/dll/win32/shell32/precomp.h
reactos/dll/win32/shell32/res/rgs/shell.rgs [new file with mode: 0644]
reactos/dll/win32/shell32/rgs_res.rc
reactos/dll/win32/shell32/shell32.cpp
reactos/dll/win32/shell32/shresdef.h
rostests/winetests/shell32/shelldispatch.c