[SDK][NDK] Move SYSTEM_POWER_INFORMATION to ntpoapi.h (#869)
[reactos.git] / sdk / include / c++ / cerrno
index 48f0898..53d67d7 100644 (file)
@@ -1,10 +1,10 @@
-// C++ forwarding C errno header.\r
-\r
-#pragma once\r
-\r
-#include <errno.h>\r
-\r
-// Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998\r
-#ifndef errno\r
-#define errno errno\r
-#endif\r
+// C++ forwarding C errno header.
+
+#pragma once
+
+#include <errno.h>
+
+// Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
+#ifndef errno
+#define errno errno
+#endif