Browse Source

Revert "Bugfix: fixed error building libRocket with MinGW"

This reverts commit 66b4d56779e6c5d370298d9f1ec47f56adf8003b.
Walter Heil 12 years ago
parent
commit
fc6ddc0569
1 changed files with 1 additions and 1 deletions
  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__)