Merge branch 'x64' into dev
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
#define T1 60
|
||||
#define T2 86400
|
||||
|
||||
#ifdef _WIN64
|
||||
#define ARCH 64
|
||||
#else
|
||||
#define ARCH 86
|
||||
#endif
|
||||
|
||||
#define MAX_LOADSTRING 50
|
||||
|
||||
// Windows Header Files
|
||||
|
||||
Reference in New Issue
Block a user