On Thu, Jun 12, 2008 at 9:29 AM, Austin English austinenglish@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.