mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
10 lines
305 B
XML
10 lines
305 B
XML
<module name="null" type="kernelmodedriver" installbase="system32/drivers" installname="null.sys">
|
|
<include base="null">.</include>
|
|
<define name="__USE_W32API" />
|
|
<library>pseh</library>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<file>null.c</file>
|
|
<file>null.rc</file>
|
|
</module>
|