shell32/tests: Reset "current directory" of current process.

Alexandre Julliard julliard at winehq.org
Mon Feb 29 00:25:12 CST 2016


Jactry Zeng <jzeng at codeweavers.com> writes:

> @@ -1882,6 +1884,7 @@ static void test_ITEMIDLIST_format(void) {
>      }
>  
>      IShellFolder_Release(psfPersonal);
> +    SetCurrentDirectoryW(curdir);
>  }

You'd need to do that on the various error returns too.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list