1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

or msvc I64u ?

This commit is contained in:
mrdudz 2022-11-18 18:10:07 +01:00
parent ca94cfcbac
commit a6feeac5ed

View File

@ -69,7 +69,7 @@
mingw and PRIXPTR */
#if defined(__MINGW64__)
#undef PRIXPTR
#define PRIXPTR "zu"
#define PRIXPTR "%I64u"
#endif
/*****************************************************************************/