msxml3: Add a WinSxS manifest resource.
This commit is contained in:
parent
227f87fc7d
commit
64651a369b
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||||
|
<assemblyIdentity type="win32" name="Microsoft-Windows-MSXML30" version="6.0.6000.16386" processorArchitecture="" publicKeyToken="31bf3856ad364e35"/>
|
||||||
|
<file name="msxml3.dll"/>
|
||||||
|
</assembly>
|
|
@ -23,3 +23,6 @@
|
||||||
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
|
#define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
|
||||||
|
|
||||||
#include "wine/wine_common_ver.rc"
|
#include "wine/wine_common_ver.rc"
|
||||||
|
|
||||||
|
/* @makedep: msxml3.manifest */
|
||||||
|
WINE_MANIFEST 24 msxml3.manifest
|
||||||
|
|
Loading…
Reference in New Issue