Guard inclusion of SIOUX depending on compiled by CodeWarrior.

This commit is contained in:
2021-03-12 13:38:11 +00:00
parent 889512dbc7
commit 06f45f0e35

View File

@@ -34,7 +34,7 @@ Copyright (C) 2011-2021 Natalia Portillo
#include "include/defs.h"
#if defined(macintosh)
#if defined(macintosh) && defined(__MWERKS__)
#include <SIOUX.h>
#include <console.h>
#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