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

diff --git a/scheduler/sysdeps.c b/scheduler/sysdeps.c
index 0891217..4a0b21d 100644
--- a/scheduler/sysdeps.c
+++ b/scheduler/sysdeps.c
@@ -28,7 +28,7 @@
 #include "thread.h"
 #include "server.h"
 #include "winbase.h"
-#include "debug.h"
+#include "debugtools.h"
 
 DEFAULT_DEBUG_CHANNEL(thread)
 
@@ -166,7 +166,7 @@
 
 #endif /* NO_REENTRANT_LIBC */
 
-    FIXME(thread, "CreateThread: stub\n" );
+    FIXME("CreateThread: stub\n" );
     return 0;
 }