1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +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 */ mingw and PRIXPTR */
#if defined(__MINGW64__) #if defined(__MINGW64__)
#undef PRIXPTR #undef PRIXPTR
#define PRIXPTR "%I64u" #define PRIXPTR "I64u"
#endif #endif
/*****************************************************************************/ /*****************************************************************************/