Attempt #1 at supporting Intel and AMD 64-bit arch

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2342 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-05-03 00:24:35 +00:00
parent 39ea4b539d
commit 71b86410a2
2 changed files with 2 additions and 2 deletions
@@ -85,7 +85,7 @@ typedef char CHAR;
/*@DOES_NOT_HAVE_SIGNED@*/
#if defined(__alpha)
#if defined(__arch64__) || defined(__alpha) || defined(__x86_64)
/* 64 bit architectures */
typedef signed char SBYTE; /* 1 byte, signed */
@@ -71,7 +71,7 @@ extern "C" {
/*========== More type definitions */
/* SLONGLONG: 64bit, signed */
#if defined(__alpha)
#if defined(__arch64__) || defined(__alpha) || defined(__x86_64)
typedef long SLONGLONG;
#define NATIVE_64BIT_INT
#elif defined(__WATCOMC__)