Combine both clock hooks

Turns out the clock skew doesn't really work unless RTC and TZ
changes are blocked as well.
This commit is contained in:
Tau
2018-11-23 14:23:16 -05:00
parent 1725cfb9ac
commit 51994d59ff
4 changed files with 9 additions and 30 deletions

View File

@ -43,8 +43,7 @@ static DWORD CALLBACK chuni_pre_startup(void)
/* Hook Win32 APIs */
clock_set_hook_init();
clock_skew_hook_init();
clock_hook_init();
gfx_hook_init();
serial_hook_init();