From 1a27c1d8f5c39db2fd1c6f6b4725aae0c3dc0c37 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 25 Jul 2008 10:10:45 +0000 Subject: INTEGRATION: CWS cmcfixes46 (1.3.4); FILE MERGED 2008/07/14 08:29:48 cmc 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/05/26 10:10:11 cmc 1.3.4.1: #i89955# support ppc64 as well as the other 64bit linuxes --- unixODBC/inc/sqltypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unixODBC') diff --git a/unixODBC/inc/sqltypes.h b/unixODBC/inc/sqltypes.h index 436c5205302e..3e7c46454bc6 100644 --- a/unixODBC/inc/sqltypes.h +++ b/unixODBC/inc/sqltypes.h @@ -31,7 +31,7 @@ extern "C" { #endif #ifndef SIZEOF_LONG -# if defined(__alpha__) || defined(__x86_64__) || defined(__ia64__) || defined(__s390x__) || defined(__sparcv9) +# if defined(__alpha__) || defined(__x86_64__) || defined(__ia64__) || defined(__s390x__) || defined(__sparcv9) || defined(__LP64__) # define SIZEOF_LONG 8 #else # define SIZEOF_LONG 4 -- cgit