[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

@@ -8,6 +8,7 @@
#include <shlwapi.h>
#include <strsafe.h>
#include <versionhelpers.h>
#include "shell32_apitest_sub.h"
#define NDEBUG
#include <debug.h>
@@ -738,4 +739,7 @@ START_TEST(ShellExecCmdLine)
ok(DeleteFileA("Test File 1.txt"), "failed to delete the test file\n");
ok(DeleteFileA("Test File 2.bat"), "failed to delete the test file\n");
free(s_wi0.phwnd);
DoWaitForWindow(CLASSNAME, CLASSNAME, TRUE, TRUE);
Sleep(100);
}