Why freeldr decided to redefine some error codes, instead of including winerror.h?

svn path=/trunk/; revision=31792
This commit is contained in:
Hervé Poussineau 2008-01-14 16:03:43 +00:00
parent 5fbbb1ea64
commit d254b4ea52

View file

@ -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