12 Jun
2008
12 Jun
'08
2:35 p.m.
On Thu, Jun 12, 2008 at 9:29 AM, Austin English <austinenglish(a)gmail.com> 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", GetLastError()); You can't see it with this paste, but it looks like you used tabs instead of spaces, or at least the indentation is off. -- James Hawkins