Explorar el Código

Fix linux build

Daniele Bartolini hace 12 años
padre
commit
3cecaf0953
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      engine/Device.cpp

+ 0 - 4
engine/Device.cpp

@@ -53,10 +53,6 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "Types.h"
 #include "Types.h"
 #include "Bundle.h"
 #include "Bundle.h"
 
 
-#undef LINUX
-#undef WINDOWS
-#define ANDROID
-
 #if defined(LINUX) || defined(WINDOWS)
 #if defined(LINUX) || defined(WINDOWS)
 	#include "BundleCompiler.h"
 	#include "BundleCompiler.h"
 #endif
 #endif