mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Tooling up for big changes. GetOutlineTextMetricsW, minnor update.
svn path=/trunk/; revision=26526
This commit is contained in:
@@ -815,6 +815,9 @@ GetOutlineTextMetricsW(
|
||||
)
|
||||
{
|
||||
return NtGdiGetOutlineTextMetrics(hdc, cbData, lpOTM);
|
||||
// TMDIFF Tmd; // Should not be zero.
|
||||
// if ( lpOTM == NULL) return 0;
|
||||
// return NtGdiGetOutlineTextMetricsInternalW(hdc, cbData, lpOTM, &Tmd);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user