mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
uxtheme: Quiet a noisy fixme.
This commit is contained in:
parent
9aa71a1fc6
commit
e17be10d44
@ -61,8 +61,14 @@ HPAINTBUFFER WINAPI BeginBufferedPaint(HDC hdcTarget,
|
||||
BP_PAINTPARAMS *pPaintParams,
|
||||
HDC *phdc)
|
||||
{
|
||||
FIXME("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
|
||||
static int i;
|
||||
|
||||
TRACE("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
|
||||
pPaintParams, phdc);
|
||||
|
||||
if (!i++)
|
||||
FIXME("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
|
||||
pPaintParams, phdc);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user