[ros-diffs] [greatlrd] 28586: fix the build

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Mon Aug 27 01:01:18 CEST 2007


Author: greatlrd
Date: Mon Aug 27 03:01:18 2007
New Revision: 28586

URL: http://svn.reactos.org/svn/reactos?rev=28586&view=rev
Log:
fix the build

Modified:
    trunk/reactos/subsystems/win32/win32k/stubs/stubs.c

Modified: trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/stubs/stubs.c?rev=28586&r1=28585&r2=28586&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/stubs/stubs.c (original)
+++ trunk/reactos/subsystems/win32/win32k/stubs/stubs.c Mon Aug 27 03:01:18 2007
@@ -2616,11 +2616,22 @@
     return 0;
 }
 
-
-
-
-
-
-
-
-
+ /*
+ * @unimplemented
+ */
+ DWORD
+STDCALL
+NtGdiDvpGetVideoPortField(
+    IN HANDLE hVideoPort,
+    IN OUT PDD_GETVPORTFIELDDATA puGetVPortFieldData)
+{
+    UNIMPLEMENTED;
+    return 0;
+}
+
+
+
+
+
+
+




More information about the Ros-diffs mailing list