https://git.reactos.org/?p=reactos.git;a=commitdiff;h=07ce196d8e9ab16ccb46a…
commit 07ce196d8e9ab16ccb46a1d36c80d6c36c158f60
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Thu Jan 23 22:33:11 2025 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Thu Jan 23 22:33:11 2025 +0100
[WIN32SS:NTGDI] Fix build, addendum to commit 9c474c4b7
---
win32ss/gdi/ntgdi/freetype.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/win32ss/gdi/ntgdi/freetype.c b/win32ss/gdi/ntgdi/freetype.c
index a7c5326d903..04cfc27634c 100644
--- a/win32ss/gdi/ntgdi/freetype.c
+++ b/win32ss/gdi/ntgdi/freetype.c
@@ -34,7 +34,7 @@
#define NDEBUG
#include <debug.h>
-DBG_DEFAULT_CHANNEL(GdiFont);
+// DBG_DEFAULT_CHANNEL(GdiFont); // TODO: Re-enable when using TRACE/ERR...
typedef struct _FONTLINK
{