gdi32: Add a stub for CancelDC.

This commit is contained in:
Michael Kaufmann 2007-04-16 22:01:13 +02:00 committed by Alexandre Julliard
parent e0a94b906c
commit f265599f1b
2 changed files with 10 additions and 1 deletions

View File

@ -2100,6 +2100,15 @@ COLORREF WINAPI SetDCPenColor(HDC hdc, COLORREF crColor)
return oldClr;
}
/***********************************************************************
* CancelDC (GDI32.@)
*/
BOOL WINAPI CancelDC(HDC hdc)
{
FIXME("stub\n");
return TRUE;
}
/***********************************************************************
* SetVirtualResolution (GDI32.@)
*

View File

@ -21,7 +21,7 @@
@ stdcall BeginPath(long)
@ stdcall BitBlt(long long long long long long long long long)
@ stub ByeByeGDI
@ stub CancelDC
@ stdcall CancelDC(long)
@ stub CheckColorsInGamut
@ stdcall ChoosePixelFormat(long ptr)
@ stdcall Chord(long long long long long long long long long)