mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[PSDK] Add missing NELOG-codes to lmerrlog.h
This commit is contained in:
parent
007cc5cd8a
commit
4a889acc63
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue