• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TiMidity++ 改造版 (Windows 専用)


コミットメタ情報

リビジョン252a4f62f07676a52b68e5c5208aa79208977d2f (tree)
日時2017-08-18 05:09:13
作者Starg <starg@user...>
コミッターStarg

ログメッセージ

Added supportedOS and requestedExecutionLevel to manifest

変更サマリ

差分

--- a/interface/w32g_res.rc
+++ b/interface/w32g_res.rc
@@ -32,21 +32,42 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
3232
3333 1 RT_MANIFEST
3434 BEGIN
35- "<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?>"
36- "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0"">"
37- "<dependency>"
38- " <dependentAssembly>"
39- " <assemblyIdentity"
40- " type=""win32"""
41- " name=""Microsoft.Windows.Common-Controls"""
42- " version=""6.0.0.0"""
43- " processorArchitecture=""*"""
44- " publicKeyToken=""6595b64144ccf1df"""
45- " language=""*"""
46- " />"
47- " </dependentAssembly>"
48- "</dependency>"
49- "</assembly>"
35+ "<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?>\r\n"
36+ "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0"">\r\n"
37+ "<compatibility xmlns=""urn:schemas-microsoft-com:compatibility.v1"">\r\n"
38+ " <application>\r\n"
39+ " <!--This Id value indicates the application supports Windows Vista functionality-->\r\n"
40+ " <supportedOS Id=""{e2011457-1546-43c5-a5fe-008deee3d3f0}""/>\r\n"
41+ " <!--This Id value indicates the application supports Windows 7 functionality-->\r\n"
42+ " <supportedOS Id=""{35138b9a-5d96-4fbd-8e2d-a2440225f93a}""/>\r\n"
43+ " <!--This Id value indicates the application supports Windows 8 functionality-->\r\n"
44+ " <supportedOS Id=""{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}""/>\r\n"
45+ " <!--This Id value indicates the application supports Windows 8.1 functionality-->\r\n"
46+ " <supportedOS Id=""{1f676c76-80e1-4239-95bb-83d0f6d0da78}""/>\r\n"
47+ " <!--This Id value indicates the application supports Windows Threshold functionality-->\r\n"
48+ " <supportedOS Id=""{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}""/>\r\n"
49+ " </application>\r\n"
50+ "</compatibility>\r\n"
51+ "<dependency>\r\n"
52+ " <dependentAssembly>\r\n"
53+ " <assemblyIdentity\r\n"
54+ " type=""win32""\r\n"
55+ " name=""Microsoft.Windows.Common-Controls""\r\n"
56+ " version=""6.0.0.0""\r\n"
57+ " processorArchitecture=""*""\r\n"
58+ " publicKeyToken=""6595b64144ccf1df""\r\n"
59+ " language=""*""\r\n"
60+ " />\r\n"
61+ " </dependentAssembly>\r\n"
62+ "</dependency>\r\n"
63+ "<trustInfo xmlns=""urn:schemas-microsoft-com:asm.v3"">\r\n"
64+ " <security>\r\n"
65+ " <requestedPrivileges>\r\n"
66+ " <requestedExecutionLevel level=""asInvoker"" uiAccess=""false""/>\r\n"
67+ " </requestedPrivileges>\r\n"
68+ " </security>\r\n"
69+ "</trustInfo>\r\n"
70+ "</assembly>\r\n"
5071 END
5172
5273 /////////////////////////////////////////////////////////////////////////////