Module: wine Branch: master Commit: 63dadcb66f4fb17bf4a1d5d9eefe28efd901c8f8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=63dadcb66f4fb17bf4a1d5d9ee...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Aug 25 17:20:55 2011 +0200
msxml6: Add a WinSxS manifest resource.
---
dlls/msxml6/msxml6.manifest | 5 +++++ dlls/msxml6/rsrc.rc | 3 +++ 2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/dlls/msxml6/msxml6.manifest b/dlls/msxml6/msxml6.manifest new file mode 100644 index 0000000..8179006 --- /dev/null +++ b/dlls/msxml6/msxml6.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-Windows-MSXML60" version="6.0.6000.16386" processorArchitecture="" publicKeyToken="31bf3856ad364e35"/> + <file name="msxml6.dll"/> +</assembly> diff --git a/dlls/msxml6/rsrc.rc b/dlls/msxml6/rsrc.rc index 6b413c3..9c6e55c 100644 --- a/dlls/msxml6/rsrc.rc +++ b/dlls/msxml6/rsrc.rc @@ -25,3 +25,6 @@ #define WINE_EXTRAVALUES VALUE "OLESelfRegister",""
#include "wine/wine_common_ver.rc" + +/* @makedep: msxml6.manifest */ +WINE_MANIFEST 24 msxml6.manifest