Module: wine Branch: master Commit: 972a74ddfe5d06325338196a26e5b9d295205101 URL: http://source.winehq.org/git/wine.git/?a=commit;h=972a74ddfe5d06325338196a26...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Sep 30 15:02:01 2015 +0300
shell32: Added dll manifest file.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
---
dlls/shell32/shell32.manifest | 4 ++++ dlls/shell32/shell32.rc | 3 +++ 2 files changed, 7 insertions(+)
diff --git a/dlls/shell32/shell32.manifest b/dlls/shell32/shell32.manifest new file mode 100644 index 0000000..1314f18 --- /dev/null +++ b/dlls/shell32/shell32.manifest @@ -0,0 +1,4 @@ +<?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.Shell.Shell32" version="5.1.0.0" processorArchitecture="" /> +</assembly> diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 847d2ce..bfba962 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -457,6 +457,9 @@ IDR_AVI_FILEDELETE AVI searching.avi /* @makedep: AUTHORS */ AUTHORS RCDATA AUTHORS
+/* @makedep: shell32.manifest */ +124 RT_MANIFEST shell32.manifest + /* please keep in sync with version.h values */ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL