Forráskód Böngészése

Revert "Bugfix: fixed error building libRocket with MinGW"

This reverts commit 773afa3a051f9907edce387f0d66142373f098cb.
Walter Heil 12 éve
szülő
commit
3d4c5896f7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Include/Rocket/Core/Platform.h

+ 1 - 1
Include/Rocket/Core/Platform.h

@@ -28,7 +28,7 @@
 #ifndef ROCKETCOREPLATFORM_H
 #define ROCKETCOREPLATFORM_H
 
-#if (defined __WIN32__ || defined _WIN32) && !defined __MINGW32__
+#if defined __WIN32__ || defined _WIN32
 	#define ROCKET_PLATFORM_WIN32
 	#define ROCKET_PLATFORM_NAME "win32"
 	#if !defined(__MINGW32__)