mirror of
https://github.com/reactos/reactos.git
synced 2025-06-07 18:30:37 +00:00
[WIN32SS:NTGDI] freetype.c: Use debug channel "GdiFont"
This commit is contained in:
parent
e16dc27e47
commit
9c474c4b73
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include <debug.h>
|
#include <debug.h>
|
||||||
|
DBG_DEFAULT_CHANNEL(GdiFont);
|
||||||
|
|
||||||
typedef struct _FONTLINK
|
typedef struct _FONTLINK
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue