Re: kernel32/tests: Added last error tests for GetPrivateProfileString

2009-04-26 Thread John Klehm
On Thu, Apr 23, 2009 at 10:06 AM, Paul Vriens wrote: > Dmitry Kislyuk wrote: >> >> I don't have a particular app for you, however, there can easily be apps >> that would behave differently from how they would on Windows due to these >> last errors not being set to what the app expects. Do you have

Re: kernel32/tests: Added last error tests for GetPrivateProfileString

2009-04-25 Thread Dmitry Kislyuk
cases? By Windows behavior I am referring to the more recent Windows versions of course. Dmitry --- On Thu, 4/23/09, Paul Vriens wrote: > From: Paul Vriens > Subject: Re: kernel32/tests: Added last error tests for > GetPrivateProfileString > To: dim...@rocketmail.com > Cc: w

Re: kernel32/tests: Added last error tests for GetPrivateProfileString

2009-04-23 Thread Paul Vriens
Dmitry Kislyuk wrote: I don't have a particular app for you, however, there can easily be apps that would behave differently from how they would on Windows due to these last errors not being set to what the app expects. Do you have a reason why Wine behavior should not match the Windows behavi

Re: kernel32/tests: Added last error tests for GetPrivateProfileString

2009-04-23 Thread Paul Vriens
Dmitry Kislyuk wrote: Any particular reason for adding these tests? Is there an app depending on the last error? -- Cheers, Paul.