mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
a1a8df5ad2
See issue #2598 for more details. svn path=/trunk/; revision=28935
10 lines
295 B
Ruby
10 lines
295 B
Ruby
<?xml version="1.0"?>
|
|
|
|
<module name="logevent" type="win32cui" installbase="system32" installname="logevent.exe" allowwarnings="true">
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>advapi32</library>
|
|
<file>logevent.c</file>
|
|
<file>logevent.rc</file>
|
|
</module>
|