mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
Fix build. Missing chg for GetOutlineTextMetrics.
svn path=/trunk/; revision=22097
This commit is contained in:
parent
1b601af92f
commit
8a8feb3718
2 changed files with 0 additions and 32 deletions
|
@ -32,22 +32,6 @@ DeviceCapabilitiesExA(
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
UINT
|
|
||||||
APIENTRY
|
|
||||||
GetOutlineTextMetricsA(
|
|
||||||
HDC hdc,
|
|
||||||
UINT cbData,
|
|
||||||
LPOUTLINETEXTMETRICA lpOTM
|
|
||||||
)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
|
|
|
@ -40,22 +40,6 @@ DeviceCapabilitiesExW(
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* @unimplemented
|
|
||||||
*/
|
|
||||||
UINT
|
|
||||||
APIENTRY
|
|
||||||
GetOutlineTextMetricsW(
|
|
||||||
HDC hdc,
|
|
||||||
UINT cbData,
|
|
||||||
LPOUTLINETEXTMETRICW lpOTM
|
|
||||||
)
|
|
||||||
{
|
|
||||||
UNIMPLEMENTED;
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
|
|
Loading…
Reference in a new issue