1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

commit message

This commit is contained in:
mrdudz 2022-11-18 17:41:22 +01:00
parent 5638e0916a
commit 5fb20dec91

View File

@ -67,7 +67,7 @@
/* this is a terrible hack that tries to combat the ever reoccuring issue with
mingw and PRIXPTR */
#defined(__MINGW64__)
#if defined(__MINGW64__)
#undef PRIXPTR
#define PRIXPTR "%p"
#endif