mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[WSHOM_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
svn path=/trunk/; revision=73320
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user