[BASESRV]
[reactos.git] / include / c++ / ctime
index c573eb0..f8cfa34 100644 (file)
@@ -1,34 +1,34 @@
-// ISO C++ date and time declarations
-
-#include <cstddef>
-#include <time.h>
-
-#pragma once
-
-// Get rid of those macros defined in <time.h> in lieu of real functions.
-#undef clock
-#undef difftime
-#undef mktime
-#undef time
-#undef asctime
-#undef ctime
-#undef gmtime
-#undef localtime
-#undef strftime
-
-namespace std
-{
-  using ::clock_t;
-  using ::time_t;
-  using ::tm;
-
-  using ::clock;
-  using ::difftime;
-  using ::mktime;
-  using ::time;
-  using ::asctime;
-  using ::ctime;
-  using ::gmtime;
-  using ::localtime;
-  using ::strftime;
-}
+// ISO C++ date and time declarations\r
+\r
+#include <cstddef>\r
+#include <time.h>\r
+\r
+#pragma once\r
+\r
+// Get rid of those macros defined in <time.h> in lieu of real functions.\r
+#undef clock\r
+#undef difftime\r
+#undef mktime\r
+#undef time\r
+#undef asctime\r
+#undef ctime\r
+#undef gmtime\r
+#undef localtime\r
+#undef strftime\r
+\r
+namespace std\r
+{\r
+  using ::clock_t;\r
+  using ::time_t;\r
+  using ::tm;\r
+\r
+  using ::clock;\r
+  using ::difftime;\r
+  using ::mktime;\r
+  using ::time;\r
+  using ::asctime;\r
+  using ::ctime;\r
+  using ::gmtime;\r
+  using ::localtime;\r
+  using ::strftime;\r
+}\r