https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9c474c4b7372c4c4fdfc9b0f83238ee92aa04c76

commit 9c474c4b7372c4c4fdfc9b0f83238ee92aa04c76
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Thu Jan 23 20:25:25 2025 +0100
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Thu Jan 23 20:25:25 2025 +0100

    [WIN32SS:NTGDI] freetype.c: Use debug channel "GdiFont"
---
 win32ss/gdi/ntgdi/freetype.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/win32ss/gdi/ntgdi/freetype.c b/win32ss/gdi/ntgdi/freetype.c
index b6ba46316c7..457bb6e324c 100644
--- a/win32ss/gdi/ntgdi/freetype.c
+++ b/win32ss/gdi/ntgdi/freetype.c
@@ -34,6 +34,7 @@
 
 #define NDEBUG
 #include <debug.h>
+DBG_DEFAULT_CHANNEL(GdiFont);
 
 typedef struct _FONTLINK
 {

Reply via email to