From cae3a4455eff6c40b39f68fa6bf8e08c2a5987a0 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Wed, 9 Nov 2016 23:18:23 +0000 Subject: [PATCH] Rename shlexec.cpp to ShellExecuteEx.cpp as suggested by Thomas. svn path=/trunk/; revision=73185 --- rostests/apitests/shell32/CMakeLists.txt | 2 +- rostests/apitests/shell32/{shlexec.cpp => ShellExecuteEx.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename rostests/apitests/shell32/{shlexec.cpp => ShellExecuteEx.cpp} (100%) diff --git a/rostests/apitests/shell32/CMakeLists.txt b/rostests/apitests/shell32/CMakeLists.txt index b8348065c83..e1502106f2c 100644 --- a/rostests/apitests/shell32/CMakeLists.txt +++ b/rostests/apitests/shell32/CMakeLists.txt @@ -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) diff --git a/rostests/apitests/shell32/shlexec.cpp b/rostests/apitests/shell32/ShellExecuteEx.cpp similarity index 100% rename from rostests/apitests/shell32/shlexec.cpp rename to rostests/apitests/shell32/ShellExecuteEx.cpp