Re: shlwapi/tests: Avoid preprocessor check to ensure it compiles
23 Jan
2014
23 Jan
'14
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.
4431
Age (days ago)
4431
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov