Rename shlexec.cpp to ShellExecuteEx.cpp as suggested by Thomas.
authorMark Jansen <mark.jansen@reactos.org>
Wed, 9 Nov 2016 23:18:23 +0000 (23:18 +0000)
committerMark Jansen <mark.jansen@reactos.org>
Wed, 9 Nov 2016 23:18:23 +0000 (23:18 +0000)
svn path=/trunk/; revision=73185

rostests/apitests/shell32/CMakeLists.txt
rostests/apitests/shell32/ShellExecuteEx.cpp [moved from rostests/apitests/shell32/shlexec.cpp with 100% similarity]

index b834806..e150210 100644 (file)
@@ -8,9 +8,9 @@ add_executable(shell32_apitest
     CShellDesktop.cpp
     CShellLink.cpp
     menu.cpp
+    ShellExecuteEx.cpp
     shelltest.cpp
     SHParseDisplayName.cpp
-    shlexec.cpp
     testlist.c)
 target_link_libraries(shell32_apitest wine uuid ${PSEH_LIB})
 set_module_type(shell32_apitest win32cui)