MPWTest: only include Retro68Runtime.h on 68K

This commit is contained in:
Wolfgang Thaller 2021-12-07 20:01:41 +01:00
parent 41474074e4
commit 2d89db2e3c

View File

@ -34,11 +34,14 @@
*/
#include <MacTypes.h>
#include <Retro68Runtime.h>
#include <setjmp.h>
#include <stdlib.h>
#include <MixedMode.h>
#if !TARGET_CPU_PPC
#include <Retro68Runtime.h>
#endif
#pragma pack (push, 2)
struct MPWFile;