diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-09-02 14:39:41 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-09-02 14:58:55 +0200 |
commit | 3b32204d9f900130cd1877675d8b51281b81f90d (patch) | |
tree | f35c1aead13f9c927acd673b54307958ecb57ada /icc | |
parent | 6749e4859f0c6a53e0d74dc277ed09cbc4568af0 (diff) |
fdo#39355: reenable "use typedefs and endianess from sal" patch hunk
Diffstat (limited to 'icc')
-rw-r--r-- | icc/SampleICC-1.3.2.patch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icc/SampleICC-1.3.2.patch b/icc/SampleICC-1.3.2.patch index 3371520a580a..cb65c423d7b0 100644 --- a/icc/SampleICC-1.3.2.patch +++ b/icc/SampleICC-1.3.2.patch @@ -1389,6 +1389,7 @@ //Define how 64 bit integers are represented #define ICCUINT64 unsigned __int64 +*************** *** 107,126 **** #else // non-PC, perhaps Mac or Linux |