https://git.reactos.org/?p=reactos.git;a=commitdiff;h=610cc5a6b6485f9516d5fdffe6ed77c57ec45582

commit 610cc5a6b6485f9516d5fdffe6ed77c57ec45582
Author:     Pierre Schweitzer <[email protected]>
AuthorDate: Sat Apr 20 11:24:54 2019 +0200
Commit:     Pierre Schweitzer <[email protected]>
CommitDate: Sat Apr 20 11:24:54 2019 +0200

    [GDI32] Reduce verbosity on debug builds
---
 win32ss/gdi/gdi32/objects/font.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/win32ss/gdi/gdi32/objects/font.c b/win32ss/gdi/gdi32/objects/font.c
index 7a7c23b0b5..8789223183 100644
--- a/win32ss/gdi/gdi32/objects/font.c
+++ b/win32ss/gdi/gdi32/objects/font.c
@@ -1804,7 +1804,7 @@ CreateFontIndirectW(
     CONST LOGFONTW             *lplf
 )
 {
-#if DBG
+#if 0
     static BOOL bDidTest = FALSE;
     if (!bDidTest)
     {

Reply via email to