Converted to the new debug interface, using script written by Patrik
Stridvall.
diff --git a/windows/syscolor.c b/windows/syscolor.c
index 210d8bd..329719f 100644
--- a/windows/syscolor.c
+++ b/windows/syscolor.c
@@ -15,7 +15,7 @@
#include "sysmetrics.h"
#include "winbase.h"
#include "winuser.h"
-#include "debug.h"
+#include "debugtools.h"
#include "tweak.h"
#include "winreg.h"
#include "winversion.h"
@@ -251,7 +251,7 @@
{
if (0 <= index && index < NUM_SYS_COLORS)
return SysColorBrushes[index];
- WARN(syscolor, "Unknown index(%d)\n", index );
+ WARN("Unknown index(%d)\n", index );
return GetStockObject(LTGRAY_BRUSH);
}