redirect GdiSetLastError to SetLastError (who did forget GdiSetLastError and SetLastError are same, now it is implement as well)

svn path=/trunk/; revision=28679
This commit is contained in:
Magnus Olsen 2007-08-30 18:52:57 +00:00
parent eb1bff28c5
commit d21581599d
2 changed files with 2 additions and 11 deletions

View file

@ -266,7 +266,7 @@ GdiReleaseLocalDC@4
GdiResetDCEMF@8
GdiSetAttrs@4
GdiSetBatchLimit@4
GdiSetLastError@4
GdiSetLastError@4=SetLastError@4
GdiSetPixelFormat@8=NtGdiSetPixelFormat@8
GdiSetServerAttr@8
GdiStartDocEMF@8

View file

@ -1584,16 +1584,7 @@ GdiSetAttrs(HDC hdc)
return TRUE;
}
/*
* @unimplemented
*/
VOID
STDCALL
GdiSetLastError(DWORD dwErrCode)
{
UNIMPLEMENTED;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
}