summaryrefslogtreecommitdiff
path: root/unixODBC
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:48:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 12:48:12 +0000
commite51825c69296b63d913d88373e9f851f5a4a5134 (patch)
tree10a00e56202586ba02d74bbdeb78b1107bc842ea /unixODBC
parent8a519289b742ec7557fbe18c12a5145a6e548234 (diff)
INTEGRATION: CWS hr51 (1.3.6); FILE MERGED
2008/06/06 14:01:00 hr 1.3.6.1: #i88947#: Solaris 64 bit support
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 b603ff3e0a27..436c5205302e 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__)
+# if defined(__alpha__) || defined(__x86_64__) || defined(__ia64__) || defined(__s390x__) || defined(__sparcv9)
# define SIZEOF_LONG 8
#else
# define SIZEOF_LONG 4