1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
This commit is contained in:
mrdudz 2022-11-18 17:50:32 +01:00
parent c6ecee0748
commit 8a9029d393

View File

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