Fix build. Missing chg for GetOutlineTextMetrics.

svn path=/trunk/; revision=22097
This commit is contained in:
James Tabor 2006-05-28 23:11:56 +00:00
parent 1b601af92f
commit 8a8feb3718
2 changed files with 0 additions and 32 deletions

View file

@ -32,22 +32,6 @@ DeviceCapabilitiesExA(
return 0;
}
/*
* @unimplemented
*/
UINT
APIENTRY
GetOutlineTextMetricsA(
HDC hdc,
UINT cbData,
LPOUTLINETEXTMETRICA lpOTM
)
{
UNIMPLEMENTED;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}
/*
* @unimplemented

View file

@ -40,22 +40,6 @@ DeviceCapabilitiesExW(
#endif
}
/*
* @unimplemented
*/
UINT
APIENTRY
GetOutlineTextMetricsW(
HDC hdc,
UINT cbData,
LPOUTLINETEXTMETRICW lpOTM
)
{
UNIMPLEMENTED;
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}
/*
* @unimplemented