shell32: Added dll manifest file.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
This commit is contained in:
parent
07762576c4
commit
972a74ddfe
|
@ -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>
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue