mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Why freeldr decided to redefine some error codes, instead of including winerror.h?
svn path=/trunk/; revision=31792
This commit is contained in:
@@ -54,13 +54,6 @@ typedef struct _REG_VALUE
|
||||
PCHAR Data;
|
||||
} VALUE, *PVALUE;
|
||||
|
||||
|
||||
#define ERROR_SUCCESS 0L
|
||||
#define ERROR_OUTOFMEMORY 14L
|
||||
#define ERROR_INVALID_PARAMETER 87L
|
||||
#define ERROR_MORE_DATA 234L
|
||||
#define ERROR_NO_MORE_ITEMS 259L
|
||||
|
||||
#define assert(x)
|
||||
|
||||
VOID
|
||||
|
||||
Reference in New Issue
Block a user