https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1f80b6648b29666d17cba…
commit 1f80b6648b29666d17cba29d88f8b7c92642c0c7
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Sun Nov 11 22:37:02 2018 +0100
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Sun Nov 11 22:43:08 2018 +0100
[PSDK] Add missing NERR-codes to lmerr.h
---
sdk/include/psdk/lmerr.h | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/sdk/include/psdk/lmerr.h b/sdk/include/psdk/lmerr.h
index 66aab138d7..b8b01884d5 100644
--- a/sdk/include/psdk/lmerr.h
+++ b/sdk/include/psdk/lmerr.h
@@ -293,12 +293,25 @@
#define NERR_DfsNotSupportedInServerDfs (NERR_BASE+575)
#define NERR_DfsDuplicateService (NERR_BASE+576)
#define NERR_DfsCantRemoveLastServerShare (NERR_BASE+577)
-#define NERR_DfsVolumeIsInterDfs (NERR_BASE+578)
+#define NERR_DfsVolumeIsInterDfs (NERR_BASE+578)
#define NERR_DfsInconsistent (NERR_BASE+579)
#define NERR_DfsServerUpgraded (NERR_BASE+580)
#define NERR_DfsDataIsIdentical (NERR_BASE+581)
#define NERR_DfsCantRemoveDfsRoot (NERR_BASE+582)
#define NERR_DfsChildOrParentInDfs (NERR_BASE+583)
#define NERR_DfsInternalError (NERR_BASE+590)
+#define NERR_SetupAlreadyJoined (NERR_BASE+591)
+#define NERR_SetupNotJoined (NERR_BASE+592)
+#define NERR_SetupDomainController (NERR_BASE+593)
+#define NERR_DefaultJoinRequired (NERR_BASE+594)
+#define NERR_InvalidWorkgroupName (NERR_BASE+595)
+#define NERR_NameUsesIncompatibleCodePage (NERR_BASE+596)
+#define NERR_ComputerAccountNotFound (NERR_BASE+597)
+#define NERR_PersonalSku (NERR_BASE+598)
+#define NERR_PasswordMustChange (NERR_BASE+601)
+#define NERR_AccountLockedOut (NERR_BASE+602)
+#define NERR_PasswordTooLong (NERR_BASE+603)
+#define NERR_PasswordNotComplexEnough (NERR_BASE+604)
+#define NERR_PasswordFilterError (NERR_BASE+605)
#define MAX_NERR (NERR_BASE+899)
#endif