1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-12 17:25:11 +00:00

i want a cookie each time i do this

This commit is contained in:
mrdudz
2022-11-18 17:58:12 +01:00
parent feb839e7f0
commit 4c6fddd300

View File

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