more fixes to compiling with gcc 4.6

This commit is contained in:
niczkx
2012-08-03 15:03:34 -06:00
parent 7d62763c92
commit 092876d0e1
3 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@
#if defined(__amd64) || defined(_M_X64)
#define BUILD_ARCH "x64"
#elif defined(__i386) || defined(_M_IX86) || defined(_X86_)
#define BUILD_ARCH "X86"
#define BUILD_ARCH "x86"
#else
#define BUILD_ARCH "unknown"
#endif