From 4e0175e0216902b6ee8500115e222c774ec7f4d9 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sun, 16 Apr 2017 18:52:31 +0100 Subject: do not include Quicktime.h that is not currently needed and might not exist --- emu/MacOSX/win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emu/MacOSX/win.c b/emu/MacOSX/win.c index ffe54a6b..6f8a7e52 100644 --- a/emu/MacOSX/win.c +++ b/emu/MacOSX/win.c @@ -4,7 +4,7 @@ #define Rect _Rect #include -#include // for full screen +//#include // for full screen #undef Rect #undef Point -- cgit v1.2.3 From 75762b265ad6efb5f353e0c21737a105b21a74a3 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Sun, 16 Apr 2017 18:54:53 +0100 Subject: recompiled for MacOSX sierra --- MacOSX/386/bin/data2c | Bin 18596 -> 18624 bytes MacOSX/386/bin/iyacc | Bin 50912 -> 50880 bytes MacOSX/386/bin/mk | Bin 65152 -> 61052 bytes MacOSX/386/bin/mkext | Bin 32252 -> 32276 bytes 4 files changed, 0 insertions(+), 0 deletions(-) diff --git a/MacOSX/386/bin/data2c b/MacOSX/386/bin/data2c index 897fab5a..011c76f6 100755 Binary files a/MacOSX/386/bin/data2c and b/MacOSX/386/bin/data2c differ diff --git a/MacOSX/386/bin/iyacc b/MacOSX/386/bin/iyacc index d5b0636d..39dc058f 100755 Binary files a/MacOSX/386/bin/iyacc and b/MacOSX/386/bin/iyacc differ diff --git a/MacOSX/386/bin/mk b/MacOSX/386/bin/mk index 543e8a25..da668229 100755 Binary files a/MacOSX/386/bin/mk and b/MacOSX/386/bin/mk differ diff --git a/MacOSX/386/bin/mkext b/MacOSX/386/bin/mkext index e0eceb79..7640e95c 100755 Binary files a/MacOSX/386/bin/mkext and b/MacOSX/386/bin/mkext differ -- cgit v1.2.3