spül es noch einmal, Sam

This commit is contained in:
mrdudz
2022-11-18 17:39:35 +01:00
parent d1b7768064
commit 5638e0916a
2 changed files with 8 additions and 3 deletions

View File

@@ -65,7 +65,12 @@
#include "util.h"
#include "codegen.h"
/* this is a terrible hack that tries to combat the ever reoccuring issue with
mingw and PRIXPTR */
#defined(__MINGW64__)
#undef PRIXPTR
#define PRIXPTR "%p"
#endif
/*****************************************************************************/
/* Helpers */