[WIN32SS] Mute a major spammer in AHK tests.

svn path=/trunk/; revision=73744
This commit is contained in:
Mark Jansen 2017-02-07 10:33:42 +00:00
parent 9607bedb48
commit b926d3c9a4

View file

@ -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;
}