summaryrefslogtreecommitdiff
path: root/unixODBC
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-25 10:10:45 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-25 10:10:45 +0000
commit1a27c1d8f5c39db2fd1c6f6b4725aae0c3dc0c37 (patch)
tree3ce5b0278db666a7375f6d2221a1f8d6916b6062 /unixODBC
parentce0c2b9232b851455139eae6a17c8198bb463666 (diff)
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
Diffstat (limited to 'unixODBC')
-rw-r--r--unixODBC/inc/sqltypes.h2
1 files changed, 1 insertions, 1 deletions
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