1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-22 12:30:41 +00:00
This commit is contained in:
mrdudz 2022-11-18 18:13:15 +01:00
parent a6feeac5ed
commit bbe8c62e9d

View File

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