Author: akhaldi Date: Thu Nov 17 23:56:32 2016 New Revision: 73320
URL: http://svn.reactos.org/svn/reactos?rev=73320&view=rev Log: [WSHOM_WINETEST] Sync with Wine Staging 1.9.23. CORE-12409
Modified: trunk/rostests/winetests/wshom/wshom.c
Modified: trunk/rostests/winetests/wshom/wshom.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/wshom/wshom.c?re... ============================================================================== --- trunk/rostests/winetests/wshom/wshom.c [iso-8859-1] (original) +++ trunk/rostests/winetests/wshom/wshom.c [iso-8859-1] Thu Nov 17 23:56:32 2016 @@ -216,10 +216,8 @@ 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);