msxml4: Add a WinSxS manifest resource.
This commit is contained in:
parent
64651a369b
commit
d64c210cc6
|
@ -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.MSXML2" version="4.1.0.0" processorArchitecture="" publicKeyToken="6bd6b9abf345378f"/>
|
||||
<file name="msxml4.dll"/>
|
||||
</assembly>
|
|
@ -26,3 +26,6 @@
|
|||
#define WINE_PRODUCTVERSION_STR "4.20.9818.0"
|
||||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
||||
/* @makedep: msxml4.manifest */
|
||||
WINE_MANIFEST 24 msxml4.manifest
|
||||
|
|
Loading…
Reference in New Issue