mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:53:09 +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
|
CONST LOGFONTW *lplf
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
#if DBG
|
#if 0
|
||||||
static BOOL bDidTest = FALSE;
|
static BOOL bDidTest = FALSE;
|
||||||
if (!bDidTest)
|
if (!bDidTest)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue