diff --git a/sc2/src/port.h b/sc2/src/port.h index 8e3aa6386..61ffd41e3 100644 --- a/sc2/src/port.h +++ b/sc2/src/port.h @@ -462,11 +462,7 @@ typedef unsigned int wint_t; // Use SDL_INCLUDE to portably include the SDL files from the right location. // The SDL_DIR definition is provided by the build configuration. -#ifdef __APPLE__ -# define SDL_INCLUDE(file) -#else -# define SDL_INCLUDE(file) -#endif /* SDL_DIR */ +#define SDL_INCLUDE(file) #file // Mark a function as using printf-style function arguments, so that // extra consistency checks can be made by the compiler.