that perhaps?

This commit is contained in:
mrdudz
2022-11-18 18:03:40 +01:00
parent 4c6fddd300
commit ca94cfcbac

View File

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