mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Rename shlexec.cpp to ShellExecuteEx.cpp as suggested by Thomas.
svn path=/trunk/; revision=73185
This commit is contained in:
parent
03d2a4b809
commit
cae3a4455e
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue