Converted to the new debug interface, using script written by Patrik
Stridvall.
diff --git a/win32/time.c b/win32/time.c
index 8607102..8e831c8 100644
--- a/win32/time.c
+++ b/win32/time.c
@@ -10,7 +10,7 @@
#include <unistd.h>
#include "file.h"
#include "winerror.h"
-#include "debug.h"
+#include "debugtools.h"
DEFAULT_DEBUG_CHANNEL(win32)
@@ -148,7 +148,7 @@
LPSYSTEMTIME lpUniversalTime,
LPSYSTEMTIME lpLocalTime) {
- FIXME(win32, ":stub\n");
+ FIXME(":stub\n");
SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}