fix a stupid warrning on mingw

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



cvs diff -u basetsd.h 
Index: basetsd.h
===================================================================
RCS file: /home/wine/wine/include/basetsd.h,v
retrieving revision 1.5
diff -u -r1.5 basetsd.h
--- basetsd.h	29 May 2002 02:02:19 -0000	1.5
+++ basetsd.h	19 Jul 2002 20:22:19 -0000
@@ -44,7 +44,11 @@
 typedef char      __int8;
 typedef short     __int16;
 typedef int       __int32;
+#ifdef __MINGW__ 
+#define __int64 long long
+#else
 typedef long long __int64;
+#endif /* __MINGW__ */
 #endif /* !defined(_MSC_VER) */
 
 typedef unsigned char      __uint8;


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux