FTK change. Fixed issue when building with gcc on Solaris.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@796 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-08-23 17:12:22 +00:00
parent 97c9c537f4
commit aefe3a0a67

View File

@@ -217,7 +217,9 @@
#endif
#if defined( __x86_64__) || defined( _M_X64) || \
defined( _LP64) || defined( __LP64__) || defined( __sparcv9)
defined( _LP64) || defined( __LP64__) || \
defined( __arch64__) || \
defined( __sparcv8plus) || defined( __sparcv9)
#if !defined( FLM_64BIT)
#error Platform word size is incorrect
#endif