mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[GDI32] Reduce verbosity on debug builds
This commit is contained in:
parent
77b6899d89
commit
610cc5a6b6
1 changed files with 1 additions and 1 deletions
|
@ -1804,7 +1804,7 @@ CreateFontIndirectW(
|
|||
CONST LOGFONTW *lplf
|
||||
)
|
||||
{
|
||||
#if DBG
|
||||
#if 0
|
||||
static BOOL bDidTest = FALSE;
|
||||
if (!bDidTest)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue