mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
sorry fixed break in comping
svn path=/trunk/; revision=28468
This commit is contained in:
parent
14b913746c
commit
0c8c94eb0d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue