Author: jimtabor
Date: Mon Apr 30 23:24:46 2007
New Revision: 26599
URL:
http://svn.reactos.org/svn/reactos?rev=26599&view=rev
Log:
Fix build. Sdk reports something about; needed for win95 functionality
Modified:
trunk/reactos/subsystems/win32/win32k/objects/paintobj.c
trunk/reactos/subsystems/win32/win32k/objects/text.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/paintobj.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ob…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/paintobj.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/paintobj.c Mon Apr 30 23:24:46 2007
@@ -23,12 +23,11 @@
#define NDEBUG
#include <debug.h>
-BOOL
-STDCALL
+VOID
+APIENTRY
NtGdiFlush(VOID)
{
UNIMPLEMENTED;
- return FALSE;
}
DWORD
Modified: trunk/reactos/subsystems/win32/win32k/objects/text.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ob…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/text.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/text.c Mon Apr 30 23:24:46 2007
@@ -3162,7 +3162,6 @@
}
DWORD
-STDCALL
NtGdiGetCharSet(HDC hDC)
{
UNIMPLEMENTED;