Use time rather than win32 debug channel for kernel time functions.

This commit is contained in:
Mike Hearn 2004-02-26 05:29:55 +00:00 committed by Alexandre Julliard
parent 4664b963b9
commit e16426b082
1 changed files with 1 additions and 1 deletions

View File

@ -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