[MPlayer-cvslog] CVS: main/loader/wine basetsd.h,1.1.1.1,1.2
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Jan 14 01:14:47 CET 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/loader/wine
In directory mail:/var2/tmp/cvs-serv29612/loader/wine
Modified Files:
basetsd.h
Log Message:
icc support by Darek Ostolski <ostolski at kwantum dot gda dot pl>
Index: basetsd.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/basetsd.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- basetsd.h 24 Feb 2001 20:30:28 -0000 1.1.1.1
+++ basetsd.h 14 Jan 2005 00:14:45 -0000 1.2
@@ -28,6 +28,8 @@
/* Type model indepent typedefs */
+#ifndef __INTEL_COMPILER
+
typedef char __int8;
typedef unsigned char __uint8;
@@ -40,6 +42,15 @@
typedef long long __int64;
typedef unsigned long long __uint64;
+#else
+
+typedef unsigned __int8 __uint8;
+typedef unsigned __int16 __uint16;
+typedef unsigned __int32 __uint32;
+typedef unsigned __int64 __uint64;
+
+#endif /* __INTEL_COMPILER */
+
#if defined(_WIN64)
typedef __uint32 __ptr32;
More information about the MPlayer-cvslog
mailing list