diff --git a/reactos/include/WinError.h b/reactos/include/WinError.h index f9629d9196b..6fc162864aa 100644 --- a/reactos/include/WinError.h +++ b/reactos/include/WinError.h @@ -11,6 +11,12 @@ #ifndef WINERROR_H #define WINERROR_H +#ifdef __USE_W32API + +#include_next + +#else + #include /* Current locations of reactos errors */ /* Used generally */ @@ -30,4 +36,6 @@ * of digits, and so collides with the network numbers. */ #define DNS_ERROR_NUMERIC_NAME 9561 +#endif /* __USE_W32API */ + #endif//WINERROR_H