Author: hpoussin Date: Sat Aug 16 06:45:30 2008 New Revision: 35383
URL: http://svn.reactos.org/svn/reactos?rev=35383&view=rev Log: No need to export DriverEntry
Removed: trunk/reactos/drivers/wdm/audio/drivers/mpu401/mpu401.def Modified: trunk/reactos/drivers/wdm/audio/drivers/mpu401/mpu401.rbuild
Removed: trunk/reactos/drivers/wdm/audio/drivers/mpu401/mpu401.def URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/drivers/m... ============================================================================== --- trunk/reactos/drivers/wdm/audio/drivers/mpu401/mpu401.def [iso-8859-1] (original) +++ trunk/reactos/drivers/wdm/audio/drivers/mpu401/mpu401.def (removed) @@ -1,6 +1,0 @@ -; -; Exports definition file for mpu401_ks.sys -; -EXPORTS -DriverEntry@8 -
Modified: trunk/reactos/drivers/wdm/audio/drivers/mpu401/mpu401.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/drivers/m... ============================================================================== --- trunk/reactos/drivers/wdm/audio/drivers/mpu401/mpu401.rbuild [iso-8859-1] (original) +++ trunk/reactos/drivers/wdm/audio/drivers/mpu401/mpu401.rbuild [iso-8859-1] Sat Aug 16 06:45:30 2008 @@ -1,18 +1,10 @@ <?xml version="1.0"?> <!DOCTYPE module SYSTEM "../../../../../tools/rbuild/project.dtd"> - -<!-- - This module fails to load as NTOSKRNL currently does not support - imports (hence PORTCLS fails to load.) - - A. Greenwood (July 2007) ---> - <module name="mpu401" type="kernelmodedriver" installbase="system32/drivers" installname="mpu401.sys" allowwarnings="true" entrypoint="DriverEntry"> <include base="mpu401">.</include> <include base="mpu401">..</include> <library>ntoskrnl</library> <library>portcls</library> - <!--file>mpu401.rc</file--> + <file>mpu401.rc</file> <file>adapter.cpp</file> </module>