mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fix loading of comcat.dll
svn path=/trunk/; revision=27387
This commit is contained in:
parent
9c03ef676e
commit
c0ed3a362f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<module name="comcat" type="win32dll" baseaddress="${BASEADDRESS_COMCAT}" installbase="system32" installname="comcat.dll" allowwarnings="true">
|
||||
<module name="comcat" type="win32dll" baseaddress="${BASEADDRESS_COMCAT}" installbase="system32" entrypoint="0" installname="comcat.dll" allowwarnings="true">
|
||||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<importlibrary definition="comcat.spec.def" />
|
||||
<include base="comcat">.</include>
|
||||
|
|
Loading…
Reference in a new issue