[quake3-commits] r2122 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Mon Aug 1 10:38:37 EDT 2011
Author: thilo
Date: 2011-08-01 10:38:37 -0400 (Mon, 01 Aug 2011)
New Revision: 2122
Modified:
trunk/code/qcommon/q_platform.h
Log:
Fix ARCH_STRING macro for mingw64
Modified: trunk/code/qcommon/q_platform.h
===================================================================
--- trunk/code/qcommon/q_platform.h 2011-08-01 13:25:55 UTC (rev 2121)
+++ trunk/code/qcommon/q_platform.h 2011-08-01 14:38:37 UTC (rev 2122)
@@ -98,7 +98,7 @@
#define PATH_SEP '\\'
#if defined( __WIN64__ )
-#define ARCH_STRING "x86_64"
+#define ARCH_STRING "x64"
#elif defined _M_ALPHA
#define ARCH_STRING "AXP"
#endif
More information about the quake3-commits
mailing list