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

svn path=/trunk/; revision=29579

reactos/dll/directx/dinput/dinput.rbuild

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