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