mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 22:40:17 -05:00
more adds from win32-branch
This commit is contained in:
28
win32/messages.mc
Normal file
28
win32/messages.mc
Normal file
@@ -0,0 +1,28 @@
|
||||
;#ifndef __MESSAGES_H__
|
||||
;#define __MESSAGES_H__
|
||||
;
|
||||
;
|
||||
; // Eventlog messages? What's this rubbish? I'll just make a
|
||||
; // single message so I can reduce the eventlog api to syslog(3). <sigh>
|
||||
; // Perhaps this isn't as win32ish as it could be. :)
|
||||
;
|
||||
|
||||
LanguageNames =
|
||||
(
|
||||
English = 0x0409:Messages_ENU
|
||||
)
|
||||
|
||||
|
||||
;////////////////////////////////////////
|
||||
;// Events
|
||||
;//
|
||||
|
||||
MessageId = +1
|
||||
SymbolicName = EVENT_MSG
|
||||
Language = English
|
||||
%1
|
||||
.
|
||||
|
||||
;
|
||||
;#endif //__MESSAGES_H__
|
||||
;
|
||||
Reference in New Issue
Block a user