mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Self-registration of devenum.dll depends on quartz.dll, which we don't have yet.
I'll import quartz.dll on the next Wine sync svn path=/trunk/; revision=19971
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<module name="devenum" type="win32dll" baseaddress="${BASEADDRESS_DEVENUM}" installbase="system32" installname="devenum.dll" allowwarnings="true">
|
||||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<!-- Won't load correctly in ReactOS yet autoregister infsection="OleControlDlls" type="DllRegisterServer" -->
|
||||
<importlibrary definition="devenum.spec.def" />
|
||||
<include base="devenum">.</include>
|
||||
<include base="ReactOS">include/wine</include>
|
||||
|
||||
Reference in New Issue
Block a user