do not use entrypoint="0" when dll have dllmain
authorMagnus Olsen <magnus@greatlord.com>
Sun, 14 Oct 2007 22:05:19 +0000 (22:05 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 14 Oct 2007 22:05:19 +0000 (22:05 +0000)
only when dll does not have dllmain we should use entrypoint="0"
other wise the original dllmain will not be run

svn path=/trunk/; revision=29582

reactos/dll/directx/dsound/dsound.rbuild

index db695b7..be8ab06 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="dsound" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_DSOUND}" installbase="system32" installname="dsound.dll" allowwarnings ="true">
+<module name="dsound" type="win32dll" baseaddress="${BASEADDRESS_DSOUND}" installbase="system32" installname="dsound.dll" allowwarnings ="true">
        <autoregister infsection="OleControlDlls" type="DllRegisterServer" />
        <importlibrary definition="dsound.spec.def" />
        <include base="dsound">.</include>