Author: hpoussin Date: Sat Aug 16 06:44:23 2008 New Revision: 35382
URL: http://svn.reactos.org/svn/reactos?rev=35382&view=rev Log: No need to export DriverEntry
Removed: trunk/reactos/drivers/wdm/audio/drivers/sb16/sb16_ks.def Modified: trunk/reactos/drivers/wdm/audio/drivers/sb16/sb16.rbuild
Modified: trunk/reactos/drivers/wdm/audio/drivers/sb16/sb16.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/drivers/s... ============================================================================== --- trunk/reactos/drivers/wdm/audio/drivers/sb16/sb16.rbuild [iso-8859-1] (original) +++ trunk/reactos/drivers/wdm/audio/drivers/sb16/sb16.rbuild [iso-8859-1] Sat Aug 16 06:44:23 2008 @@ -3,7 +3,6 @@ <module name="sb16_ks" type="kernelmodedriver" installbase="system32/drivers" installname="sb16_ks.sys" allowwarnings="true"> <include base="sb16_ks">.</include> <include base="sb16_ks">..</include> - <importlibrary definition="sb16_ks.def" /> <library>ntoskrnl</library> <library>portcls</library> <file>stdunk.cpp</file>
Removed: trunk/reactos/drivers/wdm/audio/drivers/sb16/sb16_ks.def URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/drivers/s... ============================================================================== --- trunk/reactos/drivers/wdm/audio/drivers/sb16/sb16_ks.def [iso-8859-1] (original) +++ trunk/reactos/drivers/wdm/audio/drivers/sb16/sb16_ks.def (removed) @@ -1,6 +1,0 @@ -; -; Exports definition file for sb16_ks.sys -; -EXPORTS -DriverEntry@8 -