change case of constants, windows is insenstive, better this way for display purposes
This commit is contained in:
parent
67f3334250
commit
47cc3db671
@ -4,9 +4,9 @@ public class EventLog extends Win32 {
|
|||||||
|
|
||||||
int eventLogHandle = 0; // holds the event log HANDLE
|
int eventLogHandle = 0; // holds the event log HANDLE
|
||||||
|
|
||||||
public static final String SYSTEM = "SYSTEM";
|
public static final String SYSTEM = "System";
|
||||||
public static final String APPLICATION = "APPLICATION";
|
public static final String APPLICATION = "Application";
|
||||||
public static final String SECURITY = "SECURITY";
|
public static final String SECURITY = "Security";
|
||||||
|
|
||||||
// Event log types as defined in WINNT.H
|
// Event log types as defined in WINNT.H
|
||||||
public static final int EVENTLOG_SUCCESS = 0x0000;
|
public static final int EVENTLOG_SUCCESS = 0x0000;
|
||||||
|
Loading…
Reference in New Issue
Block a user