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
commit7e15e4af669b372671e4b5bc3a88f1584851429c (patch)
tree5a7097133da252e613dfd75dd01d0b5031e8e678 /unixODBC
parent6da957eba071e87d4d512d691d4372dc906e7c83 (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 26fb47e..41a76ea 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