Babydino sagt: nochmal!

This commit is contained in:
mrdudz
2022-11-18 17:45:21 +01:00
parent 5fb20dec91
commit c6ecee0748

View File

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