diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-24 01:19:29 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-24 01:20:07 +0200 |
commit | cf6aa9b361479a482898d0728f6849953f25c6be (patch) | |
tree | e23926d39692f77c92b0180e64972c936f7fd560 /icc | |
parent | 77d90bd7ba4b93779e15fc5238271b156c31ea84 (diff) |
Use MSVC settings not just on x86
Diffstat (limited to 'icc')
-rw-r--r-- | icc/SampleICC-1.3.2.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/icc/SampleICC-1.3.2.patch b/icc/SampleICC-1.3.2.patch index 581b8e3c8b3f..e6ab79ccfada 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 |