0
0
mirror of https://github.com/dreamforceinc/wUpdateVersionPS.git synced 2026-03-28 18:52:46 +03:00

Initial commit

This commit is contained in:
2026-02-17 15:35:17 +03:00
commit f4e2a4cfb1
5 changed files with 759 additions and 0 deletions

16
testversion.h Normal file
View File

@@ -0,0 +1,16 @@
// version.h
#pragma once
#define APP_VERSION "0.1"
#ifdef _WIN64
#define APP_ARCH "x64"
#else
#define APP_ARCH "x86"
#endif // _WIN64
#ifdef _DEBUG
#define APP_CONF "d"
#else
#define APP_CONF ""
#endif // _DEBUG