diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-16 12:48:12 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-06-16 12:48:12 +0000 |
commit | 7e15e4af669b372671e4b5bc3a88f1584851429c (patch) | |
tree | 5a7097133da252e613dfd75dd01d0b5031e8e678 /unixODBC | |
parent | 6da957eba071e87d4d512d691d4372dc906e7c83 (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.h | 2 |
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 |