mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:23:05 +00:00
[SHELL32_APITEST] Try to fix Test Win2003_x64 again
This commit is contained in:
parent
45a4e53fa4
commit
60b89da383
6 changed files with 40 additions and 29 deletions
|
@ -9,6 +9,7 @@
|
|||
#include "shelltest.h"
|
||||
#include <shlwapi.h>
|
||||
#include <stdio.h>
|
||||
#include "shell32_apitest_sub.h"
|
||||
|
||||
#define ok_ShellExecuteEx (winetest_set_location(__FILE__, __LINE__), 0) ? (void)0 : TestShellExecuteEx
|
||||
|
||||
|
@ -465,4 +466,7 @@ START_TEST(ShellExecuteEx)
|
|||
DoAppPathTest();
|
||||
DoTestEntries();
|
||||
test_properties();
|
||||
|
||||
DoWaitForWindow(CLASSNAME, CLASSNAME, TRUE, TRUE);
|
||||
Sleep(100);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue