mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Removed Get/SetPolygonFillMode and Polygon
svn path=/trunk/; revision=4361
This commit is contained in:
parent
ea5140f3c0
commit
694a6b2c6e
1 changed files with 1 additions and 37 deletions
|
@ -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
|
* reactos/lib/gdi32/misc/stubs.c
|
||||||
*
|
*
|
||||||
|
@ -665,17 +665,6 @@ GetPixelFormat(
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int
|
|
||||||
STDCALL
|
|
||||||
GetPolyFillMode(
|
|
||||||
HDC a0
|
|
||||||
)
|
|
||||||
{
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
|
@ -1255,18 +1244,6 @@ SetPixelFormat(
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int
|
|
||||||
STDCALL
|
|
||||||
SetPolyFillMode(
|
|
||||||
HDC a0,
|
|
||||||
int a1
|
|
||||||
)
|
|
||||||
{
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
|
@ -2089,19 +2066,6 @@ DPtoLP(
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BOOL
|
|
||||||
STDCALL
|
|
||||||
Polygon(
|
|
||||||
HDC a0,
|
|
||||||
CONST POINT *a1,
|
|
||||||
int a2
|
|
||||||
)
|
|
||||||
{
|
|
||||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
|
|
Loading…
Reference in a new issue