summaryrefslogtreecommitdiffstats
path: root/source/include/nterr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/nterr.h')
-rw-r--r--source/include/nterr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/nterr.h b/source/include/nterr.h
index 19c70cffcc9..6cf5a756d29 100644
--- a/source/include/nterr.h
+++ b/source/include/nterr.h
@@ -27,9 +27,10 @@
/* Win32 Status codes. */
#define STATUS_BUFFER_OVERFLOW NT_STATUS(0x80000005)
+#define STATUS_NO_MORE_FILES NT_STATUS(0x80000006)
#define NT_STATUS_NO_MORE_ENTRIES NT_STATUS(0x8000001a)
-#define STATUS_MORE_ENTRIES NT_STATUS(0x0105)
+#define STATUS_MORE_ENTRIES NT_STATUS(0x0105)
#define STATUS_SOME_UNMAPPED NT_STATUS(0x0107)
#define ERROR_INVALID_PARAMETER NT_STATUS(0x0057)
#define ERROR_INSUFFICIENT_BUFFER NT_STATUS(0x007a)