From 3e358b9e39679b776e169e02bed42d961d598494 Mon Sep 17 00:00:00 2001 From: stephena Date: Tue, 28 Oct 2014 17:35:43 +0000 Subject: [PATCH] Oops, forgot to actually exclude a block of code for OSX. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3028 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- src/common/FrameBufferSDL2.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;