Tooling up for big changes. GetOutlineTextMetricsW, minnor update.

svn path=/trunk/; revision=26526
This commit is contained in:
James Tabor 2007-04-26 17:58:57 +00:00
parent db6a940431
commit 67e078d353

View file

@ -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);
}