Added stub for EnableEUDC.

This commit is contained in:
Vikram Kumar 2005-08-15 09:45:40 +00:00 committed by Alexandre Julliard
parent 085662f061
commit 43bc613f77
2 changed files with 7 additions and 1 deletions

View File

@ -2557,3 +2557,9 @@ LONG WINAPI GdiGetCharDimensions(HDC hdc, LPTEXTMETRICW lptm, LONG *height)
if (height) *height = sz.cy;
return (sz.cx / 26 + 1) / 2;
}
BOOL WINAPI EnableEUDC(BOOL fEnableEUDC)
{
FIXME("(%d): stub\n", fEnableEUDC);
return FALSE;
}

View File

@ -92,7 +92,7 @@
@ stub DeviceCapabilitiesExW
@ stdcall DrawEscape(long long long ptr)
@ stdcall Ellipse(long long long long long)
@ stub EnableEUDC
@ stdcall EnableEUDC(long)
@ stdcall EndDoc(long)
# @ stub EndFormPage
@ stdcall EndPage(long)