Fixed case-correctness of an #include (see issue #790)

This commit is contained in:
Alex Szpakowski
2013-11-08 20:03:17 -04:00
parent 70996a417f
commit d7691f652e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
* 3. This notice may not be removed or altered from any source distribution.
**/
#import "osx.h"
#import "OSX.h"
#import <Foundation/Foundation.h>
#include <SDL2/SDL.h>
+1 -1
View File
@@ -35,7 +35,7 @@ extern "C" {
#endif // LOVE_WINDOWS
#ifdef LOVE_MACOSX
#include "osx.h"
#include "OSX.h"
#endif // LOVE_MACOSX
#ifdef LOVE_LEGENDARY_UTF8_ARGV_HACK