mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 03:24:45 +00:00
- 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:
parent
f2d4e4394e
commit
0cb3e856ef
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue