Author: mlytwyn
Date: Tue Oct 25 20:39:33 2016
New Revision: 40177
URL: http://svn.gna.org/viewcvs/gnustep?rev=40177&view=rev
Log:
Update format specifiers for MINGW64
Modified:
libs/base/branches/gnustep_testplant_branch/Headers/Foundation/NSObjCRuntime.h
Modified:
libs/base/branches/gnustep_testplant_branch/Headers/Foundation/NSObjCRuntime.h
URL:
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Headers/Foundation/NSObjCRuntime.h?rev=40177&r1=40176&r2=40177&view=diff
==============================================================================
---
libs/base/branches/gnustep_testplant_branch/Headers/Foundation/NSObjCRuntime.h
(original)
+++
libs/base/branches/gnustep_testplant_branch/Headers/Foundation/NSObjCRuntime.h
Tue Oct 25 20:39:33 2016
@@ -54,10 +54,12 @@
/* NONE FOR NOW... */
#endif
#if defined(__MINGW64__)
-#if defined(PRIuPTR)
#undef PRIuPTR
-#endif
#define PRIuPTR "llu"
+#undef PRIdPTR
+#define PRIdPTR "ld"
+#undef PRIxPTR
+#define PRIxPTR "lx"
#endif
/* IRIX kludge. */
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs