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=29587
This commit is contained in:
Magnus Olsen 2007-10-14 22:41:36 +00:00
parent a00f53b037
commit 3016e207ca

View file

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="bzip2" type="kernelmodedll" entrypoint="0" installbase="system32/drivers" installname="bzip2.dll">
<module name="bzip2" type="kernelmodedll" installbase="system32/drivers" installname="bzip2.dll">
<importlibrary definition="unbzip2.def" />
<define name="BZ_NO_STDIO" />
<define name="BZ_DECOMPRESS_ONLY" />