mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[WIN32SS] Mute a major spammer in AHK tests.
svn path=/trunk/; revision=73744
This commit is contained in:
parent
9607bedb48
commit
b926d3c9a4
1 changed files with 6 additions and 1 deletions
|
@ -745,7 +745,12 @@ IntGdiRealizePalette(HDC hDC)
|
|||
|
||||
if (pdc->dctype == DCTYPE_DIRECT)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
static BOOL g_WarnedOnce = FALSE;
|
||||
if (!g_WarnedOnce)
|
||||
{
|
||||
g_WarnedOnce = TRUE;
|
||||
UNIMPLEMENTED;
|
||||
}
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue