messages.h (ntp-4.2.8p14) | : | messages.h (ntp-4.2.8p15) | ||
---|---|---|---|---|
skipping to change at line 155 | skipping to change at line 155 | |||
// | // | |||
// Code - is the facility's status code | // Code - is the facility's status code | |||
// | // | |||
// | // | |||
// Define the facility codes | // Define the facility codes | |||
// | // | |||
// | // | |||
// Define the severity codes | // Define the severity codes | |||
// | // | |||
#define STATUS_SEVERITY_WARNING 0x2 | ||||
#define STATUS_SEVERITY_SUCCESS 0x0 | #define STATUS_SEVERITY_SUCCESS 0x0 | |||
#define STATUS_SEVERITY_INFORMATIONAL 0x1 | #define STATUS_SEVERITY_INFORMATIONAL 0x1 | |||
#define STATUS_SEVERITY_WARNING 0x2 | ||||
#define STATUS_SEVERITY_ERROR 0x3 | #define STATUS_SEVERITY_ERROR 0x3 | |||
// | // | |||
// MessageId: NTP_ERROR | // MessageId: NTP_ERROR | |||
// | // | |||
// MessageText: | // MessageText: | |||
// | // | |||
// %1 | // %1 | |||
// | // | |||
#define NTP_ERROR ((DWORD)0xC0000001L) | #define NTP_ERROR ((DWORD)0xC0000001L) | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |