fix the msxml3 typelib

svn path=/trunk/; revision=36090
This commit is contained in:
Christoph von Wittich 2008-09-09 16:16:53 +00:00
parent 7c991b2ae4
commit 360a688edf
2 changed files with 10 additions and 2 deletions

View file

@ -1,8 +1,10 @@
<group>
<module name="msxml3" type="win32dll" baseaddress="${BASEADDRESS_MSXML3}" installbase="system32" installname="msxml3.dll" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="msxml3.spec.def" />
<include base="msxml3">.</include>
<include base="ReactOS">include/reactos/wine</include>
<dependency>msxml3_v1</dependency>
<define name="__WINESRC__" />
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x600</define>
@ -52,7 +54,10 @@
<file>docfrag.c</file>
<file>domimpl.c</file>
<file>entityref.c</file>
<include base="msxml3" root="intermediate">.</include>
<file>msxml3_v1.idl</file>
<file>msxml3.spec</file>
</module>
<module name="msxml3_v1" type="embeddedtypelib">
<dependency>stdole2</dependency>
<file>msxml3_v1.idl</file>
</module>
</group>

View file

@ -14,6 +14,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* @makedep: msxml3_v1.tlb */
1 TYPELIB LOADONCALL DISCARDABLE msxml3_v1.tlb
#define WINE_OLESELFREGISTER
#define WINE_FILEDESCRIPTION_STR "Wine MSXML 3.0"
#define WINE_FILENAME_STR "msxml3.dll"