- Temporary fix for making locale switches possible. Patch by zebasoftis. Fixes bug...
[reactos.git] / reactos / services / eventlog / eventlog.xml
1 <module name="eventlog" type="win32cui" installbase="system32" installname="eventlog.exe">
2 <include base="eventlog">.</include>
3 <include base="eventlog_server">.</include>
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <define name="__USE_W32API" />
7 <library>ntdll</library>
8 <library>kernel32</library>
9 <library>advapi32</library>
10 <library>eventlog_server</library>
11 <library>rpcrt4</library>
12 <file>eventlog.c</file>
13 <file>logport.c</file>
14 <file>eventlog.rc</file>
15 <file>rpc.c</file>
16 <file>file.c</file>
17 <pch>eventlog.h</pch>
18 </module>