https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4a889acc63fbecf230a3b…
commit 4a889acc63fbecf230a3ba68ad07748a59c2209b
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Fri Nov 16 22:00:15 2018 +0100
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Fri Nov 16 22:26:49 2018 +0100
[PSDK] Add missing NELOG-codes to lmerrlog.h
---
sdk/include/psdk/lmerrlog.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sdk/include/psdk/lmerrlog.h b/sdk/include/psdk/lmerrlog.h
index b4f5b3db26..cd63f9bbee 100644
--- a/sdk/include/psdk/lmerrlog.h
+++ b/sdk/include/psdk/lmerrlog.h
@@ -98,6 +98,7 @@ extern "C" {
#define NELOG_NetlogonPasswdSetFailed (ERRLOG_BASE+124)
#define NELOG_NetlogonTrackingError (ERRLOG_BASE+125)
#define NELOG_NetlogonSyncError (ERRLOG_BASE+126)
+#define NELOG_NetlogonRequireSignOrSealError (ERRLOG_BASE + 127)
#define NELOG_UPS_PowerOut (ERRLOG_BASE+130)
#define NELOG_UPS_Shutdown (ERRLOG_BASE+131)
#define NELOG_UPS_CmdFileError (ERRLOG_BASE+132)
@@ -115,6 +116,8 @@ extern "C" {
#define NELOG_System_Error (ERRLOG_BASE+157)
#define NELOG_FT_ErrLog_Too_Large (ERRLOG_BASE+158)
#define NELOG_FT_Update_In_Progress (ERRLOG_BASE+159)
+#define NELOG_Joined_Domain (ERRLOG_BASE + 160)
+#define NELOG_Joined_Workgroup (ERRLOG_BASE + 161)
#define NELOG_OEM_Code (ERRLOG_BASE+199)
#define NELOG_NetlogonSSIInitError ERRLOG2_BASE
#define NELOG_NetlogonFailedToUpdateTrustList (ERRLOG2_BASE+1)