mirror of
https://github.com/cc65/cc65.git
synced 2025-01-01 03:30:20 +00:00
or msvc I64u ?
This commit is contained in:
parent
ca94cfcbac
commit
a6feeac5ed
@ -69,7 +69,7 @@
|
|||||||
mingw and PRIXPTR */
|
mingw and PRIXPTR */
|
||||||
#if defined(__MINGW64__)
|
#if defined(__MINGW64__)
|
||||||
#undef PRIXPTR
|
#undef PRIXPTR
|
||||||
#define PRIXPTR "zu"
|
#define PRIXPTR "%I64u"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user