- Add STATUS_SUCCESS to asm.h and make use of it.
[reactos.git] / reactos / include / ndk / i386 / asm.h
index de4182c..5970108 100644 (file)
@@ -527,6 +527,7 @@ Author:
 // NTSTATUS, Bugcheck Codes and Debug Codes
 //
 #ifdef __ASM__
 // NTSTATUS, Bugcheck Codes and Debug Codes
 //
 #ifdef __ASM__
+#define STATUS_SUCCESS                          0x00000000
 #define STATUS_ACCESS_VIOLATION                 0xC0000005
 #define STATUS_IN_PAGE_ERROR                    0xC0000006
 #define STATUS_GUARD_PAGE_VIOLATION             0x80000001
 #define STATUS_ACCESS_VIOLATION                 0xC0000005
 #define STATUS_IN_PAGE_ERROR                    0xC0000006
 #define STATUS_GUARD_PAGE_VIOLATION             0x80000001