Windows port work by Ruben Van Boxem
llvm-svn: 140805
diff --git a/libcxx/include/support/win32/locale.h b/libcxx/include/support/win32/locale_win32.h
similarity index 95%
rename from libcxx/include/support/win32/locale.h
rename to libcxx/include/support/win32/locale_win32.h
index d640be1..8b7267c 100644
--- a/libcxx/include/support/win32/locale.h
+++ b/libcxx/include/support/win32/locale_win32.h
@@ -1,5 +1,5 @@
// -*- C++ -*-
-//===------------------------ support/win32/locale.h ----------------------===//
+//===--------------------- support/win32/locale_win32.h -------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -8,8 +8,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef _LIBCPP_SUPPORT_WIN32_LOCALE_H
-#define _LIBCPP_SUPPORT_WIN32_LOCALE_H
+#ifndef _LIBCPP_SUPPORT_WIN32_LOCALE_WIN32_H
+#define _LIBCPP_SUPPORT_WIN32_LOCALE_WIN32_H
// ctype mask table defined in msvcrt.dll
extern "C" unsigned short __declspec(dllimport) _ctype[];
@@ -107,4 +107,4 @@
return ( c == L' ' || c == L'\t' );
}
-#endif // _LIBCPP_SUPPORT_WIN32_LOCALE_H
\ No newline at end of file
+#endif // _LIBCPP_SUPPORT_WIN32_LOCALE_WIN32_H