mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Do not call DllInstall, it is a stub
See issue #2719 for more details. svn path=/trunk/; revision=29428
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="browseui" type="win32dll" baseaddress="${BASEADDRESS_BROWSEUI}" installbase="system32" installname="browseui.dll" allowwarnings="true">
|
||||
<autoregister infsection="OleControlDlls" type="Both" />
|
||||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<importlibrary definition="browseui.spec.def" />
|
||||
<include base="browseui">.</include>
|
||||
<include base="ReactOS">include/reactos/wine</include>
|
||||
|
||||
Reference in New Issue
Block a user