- Remove entrypoint=0 from compstui

- No need to register cryptui, since its registering routines are stubs. Fixes ERROR_MR_MID_NOT_FOUND in 2nd stage.
See issue #2719 for more details.

svn path=/trunk/; revision=34353
This commit is contained in:
Aleksey Bragin 2008-07-07 12:26:44 +00:00
parent f2d4e4394e
commit 0cb3e856ef
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="compstui" type="win32dll" baseaddress="${BASEADDRESS_COMPSTUI}" installbase="system32" installname="compstui.dll" allowwarnings="true" entrypoint="0">
<module name="compstui" type="win32dll" baseaddress="${BASEADDRESS_COMPSTUI}" installbase="system32" installname="compstui.dll" allowwarnings="true">
<importlibrary definition="compstui.spec.def" />
<include base="compstui">.</include>
<include base="ReactOS">include/reactos/wine</include>

View file

@ -2,7 +2,7 @@
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="cryptui" type="win32dll" baseaddress="${BASEADDRESS_CRYPTUI}" installbase="system32" installname="cryptui.dll" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<!--autoregister infsection="OleControlDlls" type="DllRegisterServer" /-->
<importlibrary definition="cryptui.spec.def" />
<include base="cryptui">.</include>
<include base="ReactOS">include/reactos/wine</include>