mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +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:
parent
5fbbb1ea64
commit
d254b4ea52
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue