Fixed compilation with __USE_W32API.

svn path=/trunk/; revision=7118
This commit is contained in:
Filip Navara
2003-12-18 14:07:41 +00:00
parent 6da76befc4
commit 3beff4f5a3
+8
View File
@@ -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