sorry fixed break in comping

svn path=/trunk/; revision=28468
This commit is contained in:
Magnus Olsen 2007-08-23 12:43:06 +00:00
parent 14b913746c
commit 0c8c94eb0d

View file

@ -1260,7 +1260,7 @@ ULONG STDCALL
NtGdiBRUSHOBJ_ulGetBrushColor(BRUSHOBJ *pbo)
{
UNIMPLEMENTED;
return NULL;
return 0;
}
/*
@ -1287,7 +1287,7 @@ NtGdiCLIPOBJ_cEnumStart(IN CLIPOBJ *ClipObj,
IN ULONG MaxRects)
{
UNIMPLEMENTED;
return NULL;
return 0;
}