Fix build. Sdk reports something about; needed for win95 functionality

svn path=/trunk/; revision=26599
This commit is contained in:
James Tabor 2007-04-30 19:24:46 +00:00
parent 69bd4cc6a6
commit 66e137da1f
2 changed files with 2 additions and 4 deletions

View file

@ -23,12 +23,11 @@
#define NDEBUG
#include <debug.h>
BOOL
STDCALL
VOID
APIENTRY
NtGdiFlush(VOID)
{
UNIMPLEMENTED;
return FALSE;
}
DWORD

View file

@ -3162,7 +3162,6 @@ NtGdiGetRasterizerCaps(
}
DWORD
STDCALL
NtGdiGetCharSet(HDC hDC)
{
UNIMPLEMENTED;