mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fixed compilation with __USE_W32API.
svn path=/trunk/; revision=7118
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
#ifndef WINERROR_H
|
||||
#define WINERROR_H
|
||||
|
||||
#ifdef __USE_W32API
|
||||
|
||||
#include_next <winerror.h>
|
||||
|
||||
#else
|
||||
|
||||
#include <errors.h> /* 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
|
||||
|
||||
Reference in New Issue
Block a user