mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-12-03 17:32:01 +00:00
Fix ARCH_STRING macro for mingw64
This commit is contained in:
parent
fb24020f89
commit
800a3c8d7b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#define PATH_SEP '\\'
|
#define PATH_SEP '\\'
|
||||||
|
|
||||||
#if defined( __WIN64__ )
|
#if defined( __WIN64__ )
|
||||||
#define ARCH_STRING "x86_64"
|
#define ARCH_STRING "x64"
|
||||||
#elif defined _M_ALPHA
|
#elif defined _M_ALPHA
|
||||||
#define ARCH_STRING "AXP"
|
#define ARCH_STRING "AXP"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue