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
This commit is contained in:
stephena 2014-10-28 17:35:43 +00:00
parent 877f2c9f3c
commit 3e358b9e39
1 changed files with 2 additions and 2 deletions

View File

@ -283,8 +283,8 @@ void FrameBufferSDL2::postFrameUpdate()
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void FrameBufferSDL2::setWindowIcon() void FrameBufferSDL2::setWindowIcon()
{ {
#if !defined(BSPF_MACOSX) // Currently not needed for OSX #ifndef BSPF_MAC_OSX // Currently not needed for OSX
#include "stella.xpm" // The Stella icon #include "stella.xpm" // The Stella icon
// Set the window icon // Set the window icon
uInt32 w, h, ncols, nbytes; uInt32 w, h, ncols, nbytes;