mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Fix build. Sdk reports something about; needed for win95 functionality
svn path=/trunk/; revision=26599
This commit is contained in:
parent
69bd4cc6a6
commit
66e137da1f
2 changed files with 2 additions and 4 deletions
|
@ -23,12 +23,11 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
VOID
|
||||
APIENTRY
|
||||
NtGdiFlush(VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
DWORD
|
||||
|
|
|
@ -3162,7 +3162,6 @@ NtGdiGetRasterizerCaps(
|
|||
}
|
||||
|
||||
DWORD
|
||||
STDCALL
|
||||
NtGdiGetCharSet(HDC hDC)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
|
|
Loading…
Reference in a new issue