Commit e16426b0 authored by Mike Hearn's avatar Mike Hearn Committed by Alexandre Julliard

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

parent 4664b963
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment