gdi32: Move DC mapping APIs to the 'dc' debug channel.
This commit is contained in:
parent
cec5d3f514
commit
61900098b1
|
@ -27,7 +27,7 @@
|
|||
#include "gdi_private.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(gdi);
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(dc);
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in New Issue