Module: wine Branch: master Commit: d64c210cc6938681b2c3c26701c717e98d9df1f5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d64c210cc6938681b2c3c26701...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Aug 25 17:20:46 2011 +0200
msxml4: Add a WinSxS manifest resource.
---
dlls/msxml4/msxml4.manifest | 5 +++++ dlls/msxml4/rsrc.rc | 3 +++ 2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/dlls/msxml4/msxml4.manifest b/dlls/msxml4/msxml4.manifest new file mode 100644 index 0000000..4851600 --- /dev/null +++ b/dlls/msxml4/msxml4.manifest @@ -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> diff --git a/dlls/msxml4/rsrc.rc b/dlls/msxml4/rsrc.rc index 82c0efe..3e36867 100644 --- a/dlls/msxml4/rsrc.rc +++ b/dlls/msxml4/rsrc.rc @@ -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