[ros-diffs] [hpoussin] 31792: Why freeldr decided to redefine some error codes, instead of including winerror.h?

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Mon Jan 14 17:03:44 CET 2008


Author: hpoussin
Date: Mon Jan 14 19:03:43 2008
New Revision: 31792

URL: http://svn.reactos.org/svn/reactos?rev=31792&view=rev
Log:
Why freeldr decided to redefine some error codes, instead of including winerror.h?

Modified:
    trunk/reactos/boot/freeldr/freeldr/include/registry.h

Modified: trunk/reactos/boot/freeldr/freeldr/include/registry.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/include/registry.h?rev=31792&r1=31791&r2=31792&view=diff
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/include/registry.h (original)
+++ trunk/reactos/boot/freeldr/freeldr/include/registry.h Mon Jan 14 19:03:43 2008
@@ -53,13 +53,6 @@
   ULONG DataSize;
   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)
 




More information about the Ros-diffs mailing list