Rename shlexec.cpp to ShellExecuteEx.cpp as suggested by Thomas.

svn path=/trunk/; revision=73185
This commit is contained in:
Mark Jansen 2016-11-09 23:18:23 +00:00
parent 03d2a4b809
commit cae3a4455e
2 changed files with 1 additions and 1 deletions

View 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)