[TCPIP DRIVER]
[reactos.git] / include / c++ / cerrno
1 // C++ forwarding C errno header.
2
3 #pragma once
4
5 #include <errno.h>
6
7 // Adhere to section 17.4.1.2 clause 5 of ISO 14882:1998
8 #ifndef errno
9 #define errno errno
10 #endif