X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Fecere%2Fbootstrap%2FOldList.c;fp=compiler%2Fbootstrap%2Fecere%2Fbootstrap%2FOldList.c;h=02979d3667f3af799702b7827cc0dc2ced884b11;hb=53548b88b996fb10748b09dfe25d8b3ffe76cd15;hp=4b31bb269fef02dfbf68b8af375c95ca4d9b91b4;hpb=308c3f8a022f58c179f5d52f87be2609fba4ddd8;p=sdk diff --git a/compiler/bootstrap/ecere/bootstrap/OldList.c b/compiler/bootstrap/ecere/bootstrap/OldList.c index 4b31bb2..02979d3 100644 --- a/compiler/bootstrap/ecere/bootstrap/OldList.c +++ b/compiler/bootstrap/ecere/bootstrap/OldList.c @@ -30,7 +30,7 @@ typedef unsigned __int64 uint64; #include #include -#if defined(_W64) || (defined(__WORDSIZE) && __WORDSIZE == 8) || defined(__x86_64__) +#if /*defined(_W64) || */(defined(__WORDSIZE) && __WORDSIZE == 8) || defined(__x86_64__) #define _64BIT 1 #else #define _64BIT 0