mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 22:02:57 +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
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue