diff --git a/src/common/FrameBufferSDL2.cxx b/src/common/FrameBufferSDL2.cxx index ca0b25d8f..4ebad8361 100644 --- a/src/common/FrameBufferSDL2.cxx +++ b/src/common/FrameBufferSDL2.cxx @@ -283,8 +283,8 @@ void FrameBufferSDL2::postFrameUpdate() // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - void FrameBufferSDL2::setWindowIcon() { -#if !defined(BSPF_MACOSX) // Currently not needed for OSX - #include "stella.xpm" // The Stella icon +#ifndef BSPF_MAC_OSX // Currently not needed for OSX + #include "stella.xpm" // The Stella icon // Set the window icon uInt32 w, h, ncols, nbytes;