[WSHOM_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409

svn path=/trunk/; revision=73320
This commit is contained in:
Amine Khaldi 2016-11-17 23:56:32 +00:00
parent d65aa5dd2f
commit bc95e1f73c

View file

@ -216,10 +216,8 @@ static void test_wshshell(void)
SysFreeString(str); SysFreeString(str);
/* current directory */ /* current directory */
if (0) /* crashes on native */ if (0) /* crashes on native */
{ hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
}
str = NULL; str = NULL;
hr = IWshShell3_get_CurrentDirectory(sh3, &str); hr = IWshShell3_get_CurrentDirectory(sh3, &str);