[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 "shelltest.h"
#include <stdio.h>
#include <shlwapi.h>
#include "shell32_apitest_sub.h"
static char s_sub_program[MAX_PATH];
@ -268,4 +269,6 @@ START_TEST(FindExecutable)
DeleteFileA(s_sys_bat_file);
DeleteFileA(s_win_txt_file);
DeleteFileA(s_sys_txt_file);
DoWaitForWindow(CLASSNAME, CLASSNAME, TRUE, TRUE);
}