Re: advapi32: fix a test failure on NT4

2008-06-12 Thread Paul Vriens
Austin English wrote: > > > > Hi, This patch is not correct. That last error actually came from the first of the two GetServiceDisplayNameA's just before that and wasn't reset by NT4. I'll sent a more correct one. -- C

Re: advapi32: fix a test failure on NT4

2008-06-12 Thread Paul Vriens
Paul Vriens wrote: > Austin English wrote: >> >> >> >> > Hi, > > This patch is not correct. That last error actually came from the first > of the two GetServiceDisplayNameA's just before that and wasn't reset by > NT4. > >

Re: advapi32: fix a test failure on NT4

2008-06-12 Thread James Hawkins
On Thu, Jun 12, 2008 at 9:29 AM, Austin English <[EMAIL PROTECTED]> wrote: > +ok(GetLastError() == ERROR_SERVICE_DOES_NOT_EXIST || + GetLastError() == ERROR_INSUFFICIENT_BUFFER /* NT 4 */, + "Expected ERROR_SERVICE_DOES_NOT_EXIST or ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLa