mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[WSHOM_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73320
This commit is contained in:
parent
d65aa5dd2f
commit
bc95e1f73c
1 changed files with 2 additions and 4 deletions
|
@ -216,10 +216,8 @@ static void test_wshshell(void)
|
|||
SysFreeString(str);
|
||||
|
||||
/* current directory */
|
||||
if (0) /* crashes on native */
|
||||
{
|
||||
hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
|
||||
}
|
||||
if (0) /* crashes on native */
|
||||
hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
|
||||
|
||||
str = NULL;
|
||||
hr = IWshShell3_get_CurrentDirectory(sh3, &str);
|
||||
|
|
Loading…
Reference in a new issue