Switch kernel time functions to the new "time" debug channel

Mike Hearn mh at codeweavers.com
Wed Feb 25 11:04:25 CST 2004


Another confusing debug channel allocation bites the dust...

ChangeLog:
Use time rather than win32 debug channel for kernel time functions

Index: dlls/kernel/time.c
===================================================================
RCS file: /home/wine/wine/dlls/kernel/time.c,v
retrieving revision 1.38
diff -u -r1.38 time.c
--- dlls/kernel/time.c  23 Jan 2004 01:51:34 -0000      1.38
+++ dlls/kernel/time.c  25 Feb 2004 16:58:24 -0000
@@ -43,7 +43,7 @@
 #include "wine/unicode.h"
 #include "wine/debug.h"
  
-WINE_DEFAULT_DEBUG_CHANNEL(win32);
+WINE_DEFAULT_DEBUG_CHANNEL(time);
  
 /* maximum time adjustment in seconds for SetLocalTime and SetSystemTime */
 #define SETTIME_MAX_ADJUST 120





More information about the wine-patches mailing list