mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user