mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
No need to export DriverEntry
svn path=/trunk/; revision=35373
This commit is contained in:
parent
e3847788b9
commit
8e971e91d3
2 changed files with 0 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
||||||
;
|
|
||||||
; Exports definition file for sb16_ks.sys
|
|
||||||
;
|
|
||||||
EXPORTS
|
|
||||||
DriverEntry@8
|
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
<module name="sb16_nt4" type="kernelmodedriver" installbase="system32/drivers" installname="sndblst.sys" allowwarnings="true">
|
<module name="sb16_nt4" type="kernelmodedriver" installbase="system32/drivers" installname="sndblst.sys" allowwarnings="true">
|
||||||
<include base="sb16_nt4">.</include>
|
<include base="sb16_nt4">.</include>
|
||||||
<include base="sb16_nt4">..</include>
|
<include base="sb16_nt4">..</include>
|
||||||
<importlibrary definition="sb16_nt4.def" />
|
|
||||||
<library>ntoskrnl</library>
|
<library>ntoskrnl</library>
|
||||||
<library>hal</library>
|
<library>hal</library>
|
||||||
<file>main.c</file>
|
<file>main.c</file>
|
||||||
|
|
Loading…
Reference in a new issue