Commit 43bc613f authored by Vikram Kumar's avatar Vikram Kumar Committed by Alexandre Julliard

Added stub for EnableEUDC.

parent 085662f0
......@@ -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;
}
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment