Use a separate preprocessor define for using Framework #includes in OS X (resolves issue #796)

This commit is contained in:
Alex Szpakowski
2013-12-13 02:37:06 -04:00
parent 740347b240
commit eb4fdf3bbe
9 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include "common/Data.h"
#include "Decoder.h"
#ifdef LOVE_MACOSX
#ifdef LOVE_MACOSX_USE_FRAMEWORKS
#include <Game_Music_Emu/gme.h>
#else
#include <gme.h>
+1 -1
View File
@@ -26,7 +26,7 @@
#include "Decoder.h"
// libmpg123
#ifdef LOVE_MACOSX
#ifdef LOVE_MACOSX_USE_FRAMEWORKS
#include <mpg123/mpg123.h>
#else
#include <mpg123.h>