From 06f45f0e35ce30ae22fb5ba6f32534ab5d5b8598 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 12 Mar 2021 13:38:11 +0000 Subject: [PATCH] Guard inclusion of SIOUX depending on compiled by CodeWarrior. --- setter/src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setter/src/main.c b/setter/src/main.c index e9fa011..2531ed8 100644 --- a/setter/src/main.c +++ b/setter/src/main.c @@ -34,7 +34,7 @@ Copyright (C) 2011-2021 Natalia Portillo #include "include/defs.h" -#if defined(macintosh) +#if defined(macintosh) && defined(__MWERKS__) #include #include #endif @@ -43,7 +43,7 @@ int main(int argc, char** argv) { size_t clusterSize = 0; -#if defined(macintosh) +#if defined(macintosh) && defined(__MWERKS__) argc = ccommand(&argv); #endif