On 23 February 2010 07:33, Paul Vriens paul.vriens.wine@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