Re: shlwapi/tests: Avoid preprocessor check to ensure it compiles
Jan. 23, 2014
6:26 a.m.
André Hentschel <nerv(a)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.
4446
Age (days ago)
4446
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov