mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
10 lines
295 B
Text
10 lines
295 B
Text
|
<?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>
|