diff --git a/test/test_physfs.c b/test/test_physfs.c index aa172c9..07d0aff 100644 --- a/test/test_physfs.c +++ b/test/test_physfs.c @@ -11,7 +11,7 @@ #include #include -#if (!defined WIN32) +#if ((!defined WIN32) && (!defined __MACOS__)) #define HAVE_READLINE #endif