ok(WidenPath(hdc)==FALSE,"WidenPath fails while widening an empty path. Error : %d\n",GetLastError());
error=GetLastError();
}
ok(ret==FALSE&&GetLastError()==ERROR_CAN_NOT_COMPLETE,"WidenPath fails while widening an open path. Return value is %d, should be %d. Error is %08x, should be %08x\n",ret,FALSE,GetLastError(),ERROR_CAN_NOT_COMPLETE);