[BASESRV]
[reactos.git] / include / c++ / clocale
index b4c4711..a63579f 100644 (file)
@@ -1,16 +1,16 @@
-// 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;
-}
+// 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