Explorar o código

Fix ill-formed #else

Ben Payne %!s(int64=10) %!d(string=hai) anos
pai
achega
27e6649413
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Engine/source/platform/types.visualc.h

+ 1 - 1
Engine/source/platform/types.visualc.h

@@ -42,7 +42,7 @@ typedef unsigned _int64 U64;
 #if _MSC_VER < 1200
    // No support for old compilers
 #  error "VC: Minimum VisualC++ 6.0 or newer required"
-#else _MSC_VER >= 1200
+#else // _MSC_VER >= 1200
 #  define TORQUE_COMPILER_STRING "VisualC++"
 #endif