[WSHOM_WINETEST] Sync with Wine Staging 1.9.16. CORE-11866
[reactos.git] / rostests / winetests / wshom / wshom.c
index a84d67d..22a4689 100644 (file)
@@ -217,7 +217,9 @@ static void test_wshshell(void)
 
     /* current directory */
 if (0) /* crashes on native */
+{
     hr = IWshShell3_get_CurrentDirectory(sh3, NULL);
+}
 
     str = NULL;
     hr = IWshShell3_get_CurrentDirectory(sh3, &str);