Hi,

per the subject, patch below.  Ok to apply?


Thanks,
Corinna


        * _mingw_mac.h (__MSABI_LONG): Define for LP64 systems as well.


Index: _mingw_mac.h
===================================================================
--- _mingw_mac.h        (revision 5225)
+++ _mingw_mac.h        (working copy)
@@ -165,8 +165,12 @@
 #endif
 
 #ifndef __MSABI_LONG
+#ifndef __LP64__
 #define __MSABI_LONG(x)  x ## l
+#else
+#define __MSABI_LONG(x)  x
 #endif
+#endif
 
 #if __GNUC__
 #define __MINGW_GCC_VERSION    (__GNUC__       * 10000 + \

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to