summaryrefslogtreecommitdiff
path: root/src/libw32dll/wine/basetsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libw32dll/wine/basetsd.h')
-rw-r--r--src/libw32dll/wine/basetsd.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/libw32dll/wine/basetsd.h b/src/libw32dll/wine/basetsd.h
index 7b5d3aba9..ac988d54b 100644
--- a/src/libw32dll/wine/basetsd.h
+++ b/src/libw32dll/wine/basetsd.h
@@ -28,16 +28,16 @@ extern "C" {
/* Type model indepent typedefs */
+#ifndef __ICC
typedef char __int8;
-typedef unsigned char __uint8;
-
-typedef short __int16;
-typedef unsigned short __uint16;
-
-typedef int __int32;
-typedef unsigned int __uint32;
+typedef short __int16;
+typedef int __int32;
+typedef long long __int64;
+#endif
-typedef long long __int64;
+typedef unsigned char __uint8;
+typedef unsigned short __uint16;
+typedef unsigned int __uint32;
typedef unsigned long long __uint64;
#if defined(_WIN64)