mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
do not use entrypoint="0" when dll have dllmain
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
This commit is contained in:
parent
91120d6ffa
commit
f59bc76b8b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue