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 */
#if defined(__MINGW64__)
#undef PRIXPTR
#define PRIXPTR "l"
#define PRIXPTR "lu"
#endif
/*****************************************************************************/