Re: [PATCH] shlwapi/tests: skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE.
23 Feb
2010
23 Feb
'10
7:33 a.m.
On 02/23/2010 01:28 AM, Reece Dunn wrote:
+ if (ret == E_INVALIDARG) /* Win98 SE */ { + skip("Not supported\n"); + return; + }
Hi Reece, Could you turn that (and the other one) into a win_skip() ? -- Cheers, Paul.
23 Feb
23 Feb
7:43 a.m.
New subject: [PATCH] shlwapi/tests: skip SHCreateStreamOnFileA/W configurations not supported on Win98 SE.
On 23 February 2010 07:33, Paul Vriens <paul.vriens.wine(a)gmail.com> wrote:
On 02/23/2010 01:28 AM, Reece Dunn wrote:
+ if (ret == E_INVALIDARG) /* Win98 SE */ { + skip("Not supported\n"); + return; + }
Hi Reece,
Could you turn that (and the other one) into a win_skip() ?
Done, thanks. - Reece
5774
Age (days ago)
5774
Last active (days ago)
1 comments
2 participants
participants (2)
-
Paul Vriens -
Reece Dunn