Provide hooks for libgcc symbols' address resolution inside lli on mingw32.
[oota-llvm.git] / lib / System / Win32 / TimeValue.inc
index 34a5df18ef33f23c1a308580436729ea1441c115..0ca87d423325d60018af8f80fd4e42babb802340 100644 (file)
@@ -2,8 +2,8 @@
 // 
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Jeff Cohen and is distributed under the 
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
 // 
 //===----------------------------------------------------------------------===//
 //
@@ -31,7 +31,7 @@ TimeValue TimeValue::now() {
 }
 
 std::string TimeValue::toString() const {
-#ifdef __MINGW
+#ifdef __MINGW32__
   // This ban may be lifted by either:
   // (i) a future MinGW version other than 1.0 inherents the __time64_t type, or
   // (ii) configure tests for either the time_t or __time64_t type.
@@ -47,6 +47,5 @@ std::string TimeValue::toString() const {
   return std::string(buffer);
 }
 
-// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab
 
 }