Converted to the new debug interface, using script written by Patrik
Stridvall.

diff --git a/loader/libres.c b/loader/libres.c
index 79b4cbb..a1727c4 100644
--- a/loader/libres.c
+++ b/loader/libres.c
@@ -8,7 +8,7 @@
 #include "wine/winestring.h"
 #include "libres.h"
 #include "resource.h"
-#include "debug.h"
+#include "debugtools.h"
 #include "heap.h"
 #include "xmalloc.h"
 
@@ -67,7 +67,7 @@
     }
     else
     {
-      TRACE(resource, "(*,*,type=string): Returning 0\n");
+      TRACE("(*,*,type=string): Returning 0\n");
       return 0;
     }
   }