mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Remove NtGdiCheckColorsInGamut as it is not an API.
svn path=/trunk/; revision=20645
This commit is contained in:
@@ -188,14 +188,6 @@ NtGdiArcTo(HDC hDC,
|
||||
int XRadial2,
|
||||
int YRadial2);
|
||||
|
||||
/* Does not exist */
|
||||
BOOL
|
||||
STDCALL
|
||||
NtGdiCheckColorsInGamut(HDC hDC,
|
||||
LPVOID RGBTriples,
|
||||
LPVOID Buffer,
|
||||
UINT Count);
|
||||
|
||||
/* Use NtGdiArcInternal with GdiTypeChord */
|
||||
BOOL
|
||||
STDCALL
|
||||
|
||||
@@ -23,17 +23,6 @@
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
NtGdiCheckColorsInGamut(HDC hDC,
|
||||
LPVOID RGBTriples,
|
||||
LPVOID Buffer,
|
||||
UINT Count)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
NtGdiColorMatchToTarget(HDC hDC,
|
||||
|
||||
@@ -10,7 +10,6 @@ NtGdiArcTo 9
|
||||
NtGdiBeginPath 1
|
||||
NtGdiBitBlt 11
|
||||
NtGdiCancelDC 1
|
||||
NtGdiCheckColorsInGamut 4
|
||||
NtGdiChord 9
|
||||
NtGdiCloseEnhMetaFile 1
|
||||
NtGdiCloseFigure 1
|
||||
|
||||
Reference in New Issue
Block a user