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 | 2716bc3e6a8c0dad4d48773cb02e9c0e88db787b (patch) | |
tree | b161251dbc52d699187c3cb751b636b4fa86f1e5 | |
parent | d3f62767c9bae351d4fe010a4880a8f8c5f8aadd (diff) |
Use MSVC settings not just on x86
-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 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 |