[ros-diffs] [greatlrd] 28468: sorry fixed break in comping

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Thu Aug 23 14:43:07 CEST 2007


Author: greatlrd
Date: Thu Aug 23 16:43:06 2007
New Revision: 28468

URL: http://svn.reactos.org/svn/reactos?rev=28468&view=rev
Log:
sorry fixed break in comping 

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=28468&r1=28467&r2=28468&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/stubs/stubs.c (original)
+++ trunk/reactos/subsystems/win32/win32k/stubs/stubs.c Thu Aug 23 16:43:06 2007
@@ -1260,7 +1260,7 @@
 NtGdiBRUSHOBJ_ulGetBrushColor(BRUSHOBJ *pbo)
 {
     UNIMPLEMENTED;
-    return NULL;
+    return 0;
 }
 
 /*
@@ -1287,7 +1287,7 @@
                         IN ULONG MaxRects)
 {
     UNIMPLEMENTED;
-    return NULL;
+    return 0;
 }
 
 




More information about the Ros-diffs mailing list