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