mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[SHELL32_APITEST] Try to fix Test Win2003_x64 again
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user