Misc. fixes

This commit is contained in:
Alex Szpakowski
2013-05-01 16:17:42 -07:00
parent 8b50dd499b
commit 1edfbb766f
4 changed files with 7 additions and 6 deletions
-3
View File
@@ -31,9 +31,6 @@
#if defined(__APPLE__)
# define LOVE_MACOSX 1
#endif
#if defined(macintosh)
# define LOVE_MACOS 1
#endif
// Endianness.
#if defined(__i386__) || defined(__i386)