Changed calling updater thread.

This commit is contained in:
2023-11-07 17:55:47 +03:00
parent 0403415607
commit b855b0d624
4 changed files with 10 additions and 4 deletions

View File

@@ -2,4 +2,5 @@
// updater.h
//
#pragma once
DWORD WINAPI Updater(LPVOID);
//DWORD WINAPI Updater(LPVOID);
UINT WINAPI Updater(void*);