shlwapi/tests: Avoid preprocessor check to ensure it compiles

Dmitry Timoshkov dmitry at baikal.ru
Thu Jan 23 00:26:39 CST 2014


André Hentschel <nerv at dawncrow.de> wrote:

> -#if 0 /* This test crashes on WinXP SP2 */
> +if (0)
> +{
>      ret = (*pSHCreateStreamOnFileA)(test_file, mode | stgm, NULL);
>      ok(ret == E_INVALIDARG, "SHCreateStreamOnFileA: expected E_INVALIDARG, got 0x%08x\n", ret);
> -#endif
> +}

Please keep the comment.

-- 
Dmitry.



More information about the wine-devel mailing list