mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Removed NtGdiSetAbortProc and NtGdiEscape from w32ksvc.db, leaving NtGdiEscape in print.c and updated ntgdibad.h.
svn path=/trunk/; revision=28255
This commit is contained in:
@@ -77,7 +77,9 @@ int
|
||||
STDCALL
|
||||
Escape(HDC hdc, INT escape, INT in_count, LPCSTR in_data, LPVOID out_data)
|
||||
{
|
||||
return NtGdiEscape(hdc,escape,in_count,in_data,out_data);
|
||||
UNIMPLEMENTED;
|
||||
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
@@ -229,15 +229,6 @@ NtGdiEnumICMProfiles(HDC hDC,
|
||||
LPWSTR lpstrBuffer,
|
||||
UINT cch );
|
||||
|
||||
/* Should be done in user-mode. */
|
||||
INT
|
||||
STDCALL
|
||||
NtGdiEscape(HDC hDC,
|
||||
INT Escape,
|
||||
INT InSize,
|
||||
LPCSTR InData,
|
||||
LPVOID OutData);
|
||||
|
||||
/* Use NtGdiExtTextOutW with 0, 0 at the end. */
|
||||
BOOL
|
||||
STDCALL
|
||||
@@ -661,12 +652,6 @@ NtGdiSelectPalette (
|
||||
BOOL ForceBackground
|
||||
);
|
||||
|
||||
/* Should be done in user-mode. */
|
||||
INT
|
||||
STDCALL
|
||||
NtGdiSetAbortProc(HDC hDC,
|
||||
ABORTPROC AbortProc);
|
||||
|
||||
/* Use NtGdiSetBitmapDimension. */
|
||||
BOOL
|
||||
STDCALL
|
||||
|
||||
@@ -289,15 +289,6 @@ freeout:
|
||||
return Result;
|
||||
}
|
||||
|
||||
INT
|
||||
STDCALL
|
||||
NtGdiSetAbortProc(HDC hDC,
|
||||
ABORTPROC AbortProc)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
INT
|
||||
APIENTRY
|
||||
NtGdiStartDoc(
|
||||
|
||||
@@ -694,7 +694,6 @@ NtUserValidateHandleSecure 1
|
||||
#ReactOS specify syscall
|
||||
NtGdiSelectObject 2
|
||||
NtGdiSelectPalette 3
|
||||
NtGdiSetAbortProc 2
|
||||
NtGdiSetBitmapDimensionEx 4
|
||||
NtGdiSetBkColor 2
|
||||
NtGdiSetBkMode 2
|
||||
@@ -777,7 +776,6 @@ NtGdiDeleteObject 1
|
||||
NtGdiEnumEnhMetaFile 5
|
||||
NtGdiEnumFonts 4
|
||||
NtGdiEnumICMProfiles 3
|
||||
NtGdiEscape 5
|
||||
NtGdiExtTextOut 8
|
||||
NtGdiGdiComment 3
|
||||
NtGdiGetAspectRatioFilterEx 2
|
||||
|
||||
Reference in New Issue
Block a user