Add .gitattributes and .gitignore files and normalize line endings in the repository...
[reactos.git] / sdk / include / c++ / clocale
index a63579f..b4c4711 100644 (file)
@@ -1,16 +1,16 @@
-// C++ forwarding C locale header.\r
-\r
-#pragma once\r
-\r
-#include <locale.h>\r
-\r
-// Get rid of those macros defined in <locale.h> in lieu of real functions.\r
-#undef setlocale\r
-#undef localeconv\r
-\r
-namespace std\r
-{\r
-  using ::lconv;\r
-  using ::setlocale;\r
-  using ::localeconv;\r
-}\r
+// C++ forwarding C locale header.
+
+#pragma once
+
+#include <locale.h>
+
+// Get rid of those macros defined in <locale.h> in lieu of real functions.
+#undef setlocale
+#undef localeconv
+
+namespace std
+{
+  using ::lconv;
+  using ::setlocale;
+  using ::localeconv;
+}