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
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.
>
>
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