From c9c372e34b7e2d07990f59ffe9b96be4e958132b Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sat, 13 Mar 2004 09:38:55 +0000 Subject: [PATCH] Add missing EVENTLOG_SUCCESS. svn path=/trunk/; revision=8681 --- reactos/include/defines.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/defines.h b/reactos/include/defines.h index 447ead77f52..4efbc97f542 100644 --- a/reactos/include/defines.h +++ b/reactos/include/defines.h @@ -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)