Build the UNICODE version of the eventlog service.

svn path=/trunk/; revision=15718
This commit is contained in:
Eric Kohl 2005-06-01 19:43:32 +00:00
parent 592490d2ae
commit 8ebdfa0f0d

View file

@ -1,5 +1,7 @@
<module name="eventlog" type="win32cui" installbase="system32" installname="eventlog.exe">
<include base="eventlog">.</include>
<define name="UNICODE" />
<define name="_UNICODE" />
<library>ntdll</library>
<library>kernel32</library>
<library>advapi32</library>