ok(LastError==CorrectError,"%s(\"%s\"), 0x%02x: GetLastError() returned %d, should be %d\n",function,ptest->string,initial_value,LastError,CorrectError);
ok(LastError==CorrectError,"%s(\"%s\"), 0x%02x: GetLastError() returned %ld, should be %ld\n",function,ptest->string,initial_value,LastError,CorrectError);
ok(result==ptest->result,"%s(\"%s\"), 0x%02x: return value should be %s\n",function,ptest->string,initial_value,ptest->result?"TRUE":"FALSE");
}
...
...
@@ -461,7 +462,7 @@ static void check_dcb(const char *function, const TEST *ptest, int initial_value
{
/* DCBlength is a special case since Win 9x sets it but NT does not.