mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +00:00
Fix build, Error conflict.
svn path=/trunk/; revision=26544
This commit is contained in:
parent
d74b0da468
commit
07a4c5d550
1 changed files with 2 additions and 2 deletions
|
@ -263,12 +263,12 @@ UserRealizePalette ( HDC hDC )
|
||||||
/*
|
/*
|
||||||
* @unimplemented
|
* @unimplemented
|
||||||
*/
|
*/
|
||||||
DWORD
|
HANDLE
|
||||||
WINAPI
|
WINAPI
|
||||||
SetSysColorsTemp(
|
SetSysColorsTemp(
|
||||||
const COLORREF *pPens,
|
const COLORREF *pPens,
|
||||||
const HBRUSH *pBrushes,
|
const HBRUSH *pBrushes,
|
||||||
DWORD n
|
INT n
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED;
|
UNIMPLEMENTED;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue