Browse Source

OSX: Removed dependency on SDL2.

bkaradzic 12 years ago
parent
commit
367279e2e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/common/entry/entry_p.h

+ 1 - 1
examples/common/entry/entry_p.h

@@ -11,7 +11,7 @@
 #include "entry.h"
 #include "entry.h"
 
 
 #ifndef ENTRY_CONFIG_USE_SDL
 #ifndef ENTRY_CONFIG_USE_SDL
-#	define ENTRY_CONFIG_USE_SDL BX_PLATFORM_OSX
+#	define ENTRY_CONFIG_USE_SDL 0 //BX_PLATFORM_OSX
 #endif // ENTRY_CONFIG_USE_SDL
 #endif // ENTRY_CONFIG_USE_SDL
 
 
 #ifndef ENTRY_CONFIG_USE_NATIVE
 #ifndef ENTRY_CONFIG_USE_NATIVE