Preparations for the release of the 64-bit version.

This commit is contained in:
2023-12-03 20:23:51 +03:00
parent 8c570ab1e9
commit f558df6bf9
4 changed files with 28 additions and 1 deletions

View File

@@ -8,6 +8,12 @@
#define T1 60
#define T2 86400
#ifdef _WIN64
#define ARCH 64
#else
#define ARCH 86
#endif
#define MAX_LOADSTRING 50
// Windows Header Files