Author: fireball
Date: Thu Jul 24 09:37:56 2008
New Revision: 34746
URL:
http://svn.reactos.org/svn/reactos?rev=34746&view=rev
Log:
- Implement NtGdiInit(), now loading goes further.
Added:
branches/nwin32/subsystems/win32/win32k/ntgdi/gdifuncs.c (with props)
Modified:
branches/nwin32/subsystems/win32/win32k/ntgdi/gdistubs.c
branches/nwin32/subsystems/win32/win32k/win32k.rbuild
branches/nwin32/subsystems/win32/win32k/win32k_vc9.vcproj
Added: branches/nwin32/subsystems/win32/win32k/ntgdi/gdifuncs.c
URL:
http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/…
==============================================================================
--- branches/nwin32/subsystems/win32/win32k/ntgdi/gdifuncs.c (added)
+++ branches/nwin32/subsystems/win32/win32k/ntgdi/gdifuncs.c [iso-8859-1] Thu Jul 24
09:37:56 2008
@@ -1,0 +1,25 @@
+/*
+ * PROJECT: ReactOS Win32K
+ * LICENSE: GPL - See COPYING in the top level directory
+ * FILE: subsystems/win32/win32k/ntgdi/gdistubs.c
+ * PURPOSE: Syscall stubs
+ * PROGRAMMERS: Aleksey Bragin (aleksey(a)reactos.org)
+ */
+
+/* INCLUDES ******************************************************************/
+
+#include <win32k.h>
+#define NDEBUG
+#include <debug.h>
+
+/* PUBLIC FUNCTIONS **********************************************************/
+
+W32KAPI
+BOOL
+APIENTRY
+NtGdiInit()
+{
+ DPRINT1("NtGdiInit() called\n");
+ return TRUE;
+}
+
Propchange: branches/nwin32/subsystems/win32/win32k/ntgdi/gdifuncs.c
------------------------------------------------------------------------------
svn:eol-style = native
Modified: branches/nwin32/subsystems/win32/win32k/ntgdi/gdistubs.c
URL:
http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/…
==============================================================================
--- branches/nwin32/subsystems/win32/win32k/ntgdi/gdistubs.c [iso-8859-1] (original)
+++ branches/nwin32/subsystems/win32/win32k/ntgdi/gdistubs.c [iso-8859-1] Thu Jul 24
09:37:56 2008
@@ -3634,11 +3634,3 @@
NtGdiEndPath(
IN HDC hdc
) { UNIMPLEMENTED; }
-
-W32KAPI
-BOOL
-APIENTRY
-NtGdiInit()
-{
- UNIMPLEMENTED;
-}
Modified: branches/nwin32/subsystems/win32/win32k/win32k.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/…
==============================================================================
--- branches/nwin32/subsystems/win32/win32k/win32k.rbuild [iso-8859-1] (original)
+++ branches/nwin32/subsystems/win32/win32k/win32k.rbuild [iso-8859-1] Thu Jul 24 09:37:56
2008
@@ -50,6 +50,7 @@
<file>ddeng.c</file>
</directory>
<directory name="ntgdi">
+ <file>gdifuncs.c</file>
<file>gdistubs.c</file>
</directory>
<directory name="ntuser">
Modified: branches/nwin32/subsystems/win32/win32k/win32k_vc9.vcproj
URL:
http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/…
==============================================================================
--- branches/nwin32/subsystems/win32/win32k/win32k_vc9.vcproj [iso-8859-1] (original)
+++ branches/nwin32/subsystems/win32/win32k/win32k_vc9.vcproj [iso-8859-1] Thu Jul 24
09:37:56 2008
@@ -761,6 +761,10 @@
Name="ntgdi"
<File
+ RelativePath=".\ntgdi\gdifuncs.c"
+ >
+ </File>
+ <File
RelativePath=".\ntgdi\gdistubs.c"
</File>