Added check for a new version of the application.

This commit is contained in:
2023-06-04 14:23:35 +03:00
parent aadba59546
commit e74c775f90
11 changed files with 1289 additions and 19 deletions

5
wCenterWindow/updater.h Normal file
View File

@@ -0,0 +1,5 @@
// wCenterWindow
// updater.h
//
#pragma once
DWORD WINAPI Updater(LPVOID);