Removed Get/SetPolygonFillMode and Polygon

svn path=/trunk/; revision=4361
This commit is contained in:
Mark Tempel 2003-03-20 03:04:02 +00:00
parent ea5140f3c0
commit 694a6b2c6e

View file

@ -1,4 +1,4 @@
/* $Id: stubs.c,v 1.14 2003/03/14 22:48:32 ei Exp $
/* $Id: stubs.c,v 1.15 2003/03/20 03:04:02 mtempel Exp $
*
* reactos/lib/gdi32/misc/stubs.c
*
@ -665,17 +665,6 @@ GetPixelFormat(
int
STDCALL
GetPolyFillMode(
HDC a0
)
{
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}
BOOL
STDCALL
@ -1255,18 +1244,6 @@ SetPixelFormat(
int
STDCALL
SetPolyFillMode(
HDC a0,
int a1
)
{
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return 0;
}
BOOL
STDCALL
@ -2089,19 +2066,6 @@ DPtoLP(
BOOL
STDCALL
Polygon(
HDC a0,
CONST POINT *a1,
int a2
)
{
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
BOOL
STDCALL