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
@@ -25,7 +25,7 @@
#include "filesystem/File.h"
// PhysFS
#ifdef LOVE_MACOSX // wacky Mac behavior means different #include syntax!
#ifdef LOVE_MACOSX_USE_FRAMEWORKS
#include <physfs/physfs.h>
#else
#include <physfs.h>