"Alex VillaciĀs Lasso" a_villacis@palosanto.com wrote:
--- wine-20050211/dlls/oleaut32/olefont.c 2005-01-31 06:34:10.000000000 -0500 +++ wine-20050211-patch/dlls/oleaut32/olefont.c 2005-02-16 22:56:18.865553128 -0500 @@ -1068,8 +1068,16 @@ IFont* iface, TEXTMETRICOLE* ptm) {
- FIXME("(%p, %p), stub!\n",iface,ptm);
- return E_NOTIMPL;
- HDC hdcRef;
- HFONT hOldFont, hNewFont;
I's suggest to replace a FIXME with a TRACE, not remove it altogether. More logging never hurts.
-- Dmitry.