mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
dll: eventlog: move source under Application and other improvements
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
//
|
||||
// MessageText:
|
||||
//
|
||||
// %1
|
||||
// %1: %2
|
||||
//
|
||||
#define FSP_EVENTLOG_INFORMATION 0x60000001L
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
//
|
||||
// MessageText:
|
||||
//
|
||||
// %1
|
||||
// %1: %2
|
||||
//
|
||||
#define FSP_EVENTLOG_WARNING 0xA0000001L
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
//
|
||||
// MessageText:
|
||||
//
|
||||
// %1
|
||||
// %1: %2
|
||||
//
|
||||
#define FSP_EVENTLOG_ERROR 0xE0000001L
|
||||
|
||||
|
@ -2,19 +2,19 @@ MessageId=1
|
||||
Severity=Informational
|
||||
SymbolicName=FSP_EVENTLOG_INFORMATION
|
||||
Language=English
|
||||
%1
|
||||
%1: %2
|
||||
.
|
||||
|
||||
MessageId=1
|
||||
Severity=Warning
|
||||
SymbolicName=FSP_EVENTLOG_WARNING
|
||||
Language=English
|
||||
%1
|
||||
%1: %2
|
||||
.
|
||||
|
||||
MessageId=1
|
||||
Severity=Error
|
||||
SymbolicName=FSP_EVENTLOG_ERROR
|
||||
Language=English
|
||||
%1
|
||||
%1: %2
|
||||
.
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user