more adds from win32-branch

This commit is contained in:
Ron Pedde
2006-02-26 08:48:23 +00:00
parent 9a133dcbdc
commit 47f6eeb8c5
8 changed files with 1217 additions and 6 deletions

28
win32/messages.mc Normal file
View 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__
;