mirror of
https://github.com/cc65/cc65.git
synced 2025-08-05 01:25:44 +00:00
commit message
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user