mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Add missing EVENTLOG_SUCCESS.
svn path=/trunk/; revision=8681
This commit is contained in:
parent
35472661aa
commit
c9c372e34b
1 changed files with 1 additions and 0 deletions
|
@ -2319,6 +2319,7 @@ extern "C" {
|
|||
#define EVENTLOG_BACKWARDS_READ (8)
|
||||
#define EVENTLOG_SEEK_READ (2)
|
||||
#define EVENTLOG_SEQUENTIAL_READ (1)
|
||||
#define EVENTLOG_SUCCESS (0)
|
||||
#define EVENTLOG_ERROR_TYPE (1)
|
||||
#define EVENTLOG_WARNING_TYPE (2)
|
||||
#define EVENTLOG_INFORMATION_TYPE (4)
|
||||
|
|
Loading…
Reference in a new issue