mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:52:54 +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)
|
NtGdiBRUSHOBJ_ulGetBrushColor(BRUSHOBJ *pbo)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return NULL;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1287,7 +1287,7 @@ NtGdiCLIPOBJ_cEnumStart(IN CLIPOBJ *ClipObj,
|
||||||
IN ULONG MaxRects)
|
IN ULONG MaxRects)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
return NULL;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue