[SHELL32_APITEST] Try to fix Test Win2003_x64 again

This commit is contained in:
Katayama Hirofumi MZ 2022-02-13 17:45:08 +09:00
parent 45a4e53fa4
commit 60b89da383
6 changed files with 40 additions and 29 deletions

View file

@ -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);
}