destubbing
authorRoyce Mitchell III <royce3@ev1.net>
Thu, 24 Jul 2003 22:17:15 +0000 (22:17 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Thu, 24 Jul 2003 22:17:15 +0000 (22:17 +0000)
svn path=/trunk/; revision=5260

reactos/lib/gdi32/misc/stubsw.c

index 53319f3..ba8a3e4 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: stubsw.c,v 1.16 2003/07/21 19:05:53 royce Exp $
+/* $Id: stubsw.c,v 1.17 2003/07/24 22:17:15 royce Exp $
  *
  * reactos/lib/gdi32/misc/stubs.c
  *
@@ -430,7 +430,7 @@ GetEnhMetaFileDescriptionW(
 
 
 /*
- * @unimplemented
+ * @implemented
  */
 int 
 STDCALL 
@@ -439,8 +439,7 @@ StartDocW(
        CONST DOCINFO   *a1
        )
 {
-       SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
-       return 0;
+       return W32kStartDoc ( hdc, (CONST PDOCINFO)a1 );
 }