André Hentschel nerv@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.