Use time rather than win32 debug channel for kernel time functions.
This commit is contained in:
parent
4664b963b9
commit
e16426b082
|
@ -43,7 +43,7 @@
|
||||||
#include "wine/unicode.h"
|
#include "wine/unicode.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(win32);
|
WINE_DEFAULT_DEBUG_CHANNEL(time);
|
||||||
|
|
||||||
/* maximum time adjustment in seconds for SetLocalTime and SetSystemTime */
|
/* maximum time adjustment in seconds for SetLocalTime and SetSystemTime */
|
||||||
#define SETTIME_MAX_ADJUST 120
|
#define SETTIME_MAX_ADJUST 120
|
||||||
|
|
Loading…
Reference in New Issue