Prefix generic_category with std::.
[oota-llvm.git] / lib / Support / Windows / Host.inc
index 2e6d6f190370b9143a9417b89a37e14b96c7df59..0c02bf9368148e3fd832f4b30a524fdb22e31efe 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "Windows.h"
+#include "WindowsSupport.h"
 #include <cstdio>
 #include <string>
 
 using namespace llvm;
 
 std::string sys::getDefaultTargetTriple() {
-  return LLVM_DEFAULT_TARGET_TRIPLE;
+  return Triple::normalize(LLVM_DEFAULT_TARGET_TRIPLE);
 }