Odbccp32 dll doesn't have a DllMain function

reported by hto
See issue #3603 for more details.

svn path=/trunk/; revision=34924
This commit is contained in:
Christoph von Wittich
2008-07-29 07:30:49 +00:00
parent af7891739c
commit 72cd091bff
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="odbccp32" type="win32dll" baseaddress="${BASEADDRESS_ODBCCP32}" installbase="system32" installname="odbccp32.dll" allowwarnings="true">
<module name="odbccp32" type="win32dll" baseaddress="${BASEADDRESS_ODBCCP32}" installbase="system32" installname="odbccp32.dll" allowwarnings="true" entrypoint="0">
<importlibrary definition="odbccp32.spec.def" />
<include base="odbccp32">.</include>
<include base="ReactOS">include/reactos/wine</include>