Use MSVC settings not just on x86
diff --git a/icc/SampleICC-1.3.2.patch b/icc/SampleICC-1.3.2.patch
index 581b8e3..e6ab79c 100644
--- a/icc/SampleICC-1.3.2.patch
+++ b/icc/SampleICC-1.3.2.patch
@@ -1373,6 +1373,22 @@
*** misc/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h Mon Aug 20 22:05:00 2007
--- misc/build/SampleICC-1.3.2/IccProfLib/IccProfLibConf.h Fri Jan 25 14:23:09 2008
***************
*** 87,93 ****
#endif
//PC, visual C++
! #if defined(_MSC_VER) && !defined(__MWERKS__) && defined(_M_IX86)
//Define how 64 bit integers are represented
#define ICCUINT64 unsigned __int64
--- 87,93 ----
#endif
//PC, visual C++
! #if defined(_MSC_VER) && !defined(__MWERKS__)
//Define how 64 bit integers are represented
#define ICCUINT64 unsigned __int64
*** 107,126 ****
#else // non-PC, perhaps Mac or Linux