[GDI32] Reduce verbosity on debug builds

This commit is contained in:
Pierre Schweitzer 2019-04-20 11:24:54 +02:00
parent 77b6899d89
commit 610cc5a6b6
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -1804,7 +1804,7 @@ CreateFontIndirectW(
CONST LOGFONTW *lplf CONST LOGFONTW *lplf
) )
{ {
#if DBG #if 0
static BOOL bDidTest = FALSE; static BOOL bDidTest = FALSE;
if (!bDidTest) if (!bDidTest)
{ {