mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 20:50:41 +00:00
[MSPAINT] Fix manifest for mspaint.
This commit is contained in:
parent
ebf10528c2
commit
1341c384f2
3 changed files with 3 additions and 26 deletions
|
@ -1,23 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
||||||
<assembly
|
|
||||||
xmlns="urn:schemas-microsoft-com:asm.v1"
|
|
||||||
manifestVersion="1.0">
|
|
||||||
<assemblyIdentity
|
|
||||||
name="DevCpp.Apps.Paint"
|
|
||||||
processorArchitecture="amd64"
|
|
||||||
version="1.0.0.0"
|
|
||||||
type="win32"/>
|
|
||||||
<description>Paint</description>
|
|
||||||
<dependency>
|
|
||||||
<dependentAssembly>
|
|
||||||
<assemblyIdentity
|
|
||||||
type="win32"
|
|
||||||
name="Microsoft.Windows.Common-Controls"
|
|
||||||
version="6.0.0.0"
|
|
||||||
processorArchitecture="amd64"
|
|
||||||
publicKeyToken="6595b64144ccf1df"
|
|
||||||
language="*"
|
|
||||||
/>
|
|
||||||
</dependentAssembly>
|
|
||||||
</dependency>
|
|
||||||
</assembly>
|
|
|
@ -4,7 +4,7 @@
|
||||||
manifestVersion="1.0">
|
manifestVersion="1.0">
|
||||||
<assemblyIdentity
|
<assemblyIdentity
|
||||||
name="DevCpp.Apps.Paint"
|
name="DevCpp.Apps.Paint"
|
||||||
processorArchitecture="x86"
|
processorArchitecture="*"
|
||||||
version="1.0.0.0"
|
version="1.0.0.0"
|
||||||
type="win32"/>
|
type="win32"/>
|
||||||
<description>Paint</description>
|
<description>Paint</description>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
type="win32"
|
type="win32"
|
||||||
name="Microsoft.Windows.Common-Controls"
|
name="Microsoft.Windows.Common-Controls"
|
||||||
version="6.0.0.0"
|
version="6.0.0.0"
|
||||||
processorArchitecture="x86"
|
processorArchitecture="*"
|
||||||
publicKeyToken="6595b64144ccf1df"
|
publicKeyToken="6595b64144ccf1df"
|
||||||
language="*"
|
language="*"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -40,7 +40,7 @@ IDI_VERTSTRETCH ICON "icons/vertstretch.ico"
|
||||||
IDI_HORZSKEW ICON "icons/horzskew.ico"
|
IDI_HORZSKEW ICON "icons/horzskew.ico"
|
||||||
IDI_VERTSKEW ICON "icons/vertskew.ico"
|
IDI_VERTSKEW ICON "icons/vertskew.ico"
|
||||||
|
|
||||||
#include <reactos/manifest_exe.rc>
|
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "mspaint.exe.manifest"
|
||||||
|
|
||||||
/* UTF-8 */
|
/* UTF-8 */
|
||||||
#pragma code_page(65001)
|
#pragma code_page(65001)
|
||||||
|
|
Loading…
Reference in a new issue