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 */ mingw and PRIXPTR */
#if defined(__MINGW64__) #if defined(__MINGW64__)
#undef PRIXPTR #undef PRIXPTR
#define PRIXPTR "p" #define PRIXPTR "ul"
#endif #endif
/*****************************************************************************/ /*****************************************************************************/