mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
f7f8963f3a
- Remove legacy _USE_W32API from those drivers. svn path=/trunk/; revision=32964
9 lines
254 B
Ruby
9 lines
254 B
Ruby
<module name="ramdrv" type="kernelmodedriver">
|
|
<include base="ramdrv">.</include>
|
|
<include base="bzip2">.</include>
|
|
<library>ntoskrnl</library>
|
|
<library>hal</library>
|
|
<library>bzip2</library>
|
|
<file>ramdrv.c</file>
|
|
<file>ramdrv.rc</file>
|
|
</module>
|