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