Attempt to undefine wait to avoid the conflicts on Mac.

This commit is contained in:
OBattler
2025-06-30 00:18:59 +02:00
parent e601f25805
commit ad5aa6e52f

View File

@@ -297,6 +297,10 @@ fetch_and_bus(int c, int bus)
}
}
#ifdef wait
#undef wait
#endif
static void
wait(int c, int bus)
{