Re: [PATCH] kernel32: Save and restore LastError in OutputDebugStringA

2012-11-05 Thread Dmitry Timoshkov
Andrew Eikum wrote: > +static void test_OutputDebugString(void) > +{ > +if(!pOutputDebugStringA){ > +win_skip("OutputDebugStringA missing\n"); > +return; > +} Is there a reson to load OutputDebugStringA dynamically? -- Dmitry.

Re: [PATCH] kernel32: Save and restore LastError in OutputDebugStringA

2012-11-05 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=22772 Your paranoid android