Changed calling updater thread.
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
// updater.h
|
||||
//
|
||||
#pragma once
|
||||
DWORD WINAPI Updater(LPVOID);
|
||||
//DWORD WINAPI Updater(LPVOID);
|
||||
UINT WINAPI Updater(void*);
|
||||
|
||||
Reference in New Issue
Block a user