Added stub for EnableEUDC.
This commit is contained in:
parent
085662f061
commit
43bc613f77
|
@ -2557,3 +2557,9 @@ LONG WINAPI GdiGetCharDimensions(HDC hdc, LPTEXTMETRICW lptm, LONG *height)
|
||||||
if (height) *height = sz.cy;
|
if (height) *height = sz.cy;
|
||||||
return (sz.cx / 26 + 1) / 2;
|
return (sz.cx / 26 + 1) / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BOOL WINAPI EnableEUDC(BOOL fEnableEUDC)
|
||||||
|
{
|
||||||
|
FIXME("(%d): stub\n", fEnableEUDC);
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
@ stub DeviceCapabilitiesExW
|
@ stub DeviceCapabilitiesExW
|
||||||
@ stdcall DrawEscape(long long long ptr)
|
@ stdcall DrawEscape(long long long ptr)
|
||||||
@ stdcall Ellipse(long long long long long)
|
@ stdcall Ellipse(long long long long long)
|
||||||
@ stub EnableEUDC
|
@ stdcall EnableEUDC(long)
|
||||||
@ stdcall EndDoc(long)
|
@ stdcall EndDoc(long)
|
||||||
# @ stub EndFormPage
|
# @ stub EndFormPage
|
||||||
@ stdcall EndPage(long)
|
@ stdcall EndPage(long)
|
||||||
|
|
Loading…
Reference in New Issue