do not use entrypoint="0" when dll have dllmain

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=29583
This commit is contained in:
Magnus Olsen 2007-10-14 22:09:18 +00:00
parent ecd8e80799
commit 2b4f464c28

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
<module name="win32csr" type="win32dll" entrypoint="0" installbase="system32" installname="win32csr.dll">
<module name="win32csr" type="win32dll" installbase="system32" installname="win32csr.dll">
<importlibrary definition="win32csr.def" />
<include base="win32csr">.</include>
<include base="csrss">include</include>