diff --git a/es-pdf-converter/src/main.cpp b/es-pdf-converter/src/main.cpp index 89d09a8f0..00f84488a 100644 --- a/es-pdf-converter/src/main.cpp +++ b/es-pdf-converter/src/main.cpp @@ -87,7 +87,7 @@ int main(int argc, char* argv[]) validArguments = false; if (!validArguments) { -#if defined(APPLE) +#if defined(__APPLE__) std::cout << "This binary is only intended to be executed by EmulationStation (ES-DE)" #else std::cout << "This binary is only intended to be executed by emulationstation (ES-DE)"