File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,3 +157,9 @@ BEGIN
157157 // See following link:
158158 // http://msdn.microsoft.com/en-us/library/dd318693.aspx
159159END
160+
161+ #ifdef __MINGW32__
162+
163+ 1 RT_MANIFEST "sakura.mingw.manifest.xml"
164+
165+ #endif
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2+ <assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3+ <dependency >
4+ <dependentAssembly >
5+ <assemblyIdentity type =" win32" name =" Microsoft.Windows.Common-Controls" version =" 6.0.0.0" processorArchitecture =" amd64" publicKeyToken =" 6595b64144ccf1df" language =" *" >
6+ </assemblyIdentity >
7+ </dependentAssembly >
8+ </dependency >
9+ <trustInfo xmlns =" urn:schemas-microsoft-com:asm.v3" >
10+ <security >
11+ <requestedPrivileges >
12+ <requestedExecutionLevel level =" asInvoker" uiAccess =" false" >
13+ </requestedExecutionLevel >
14+ </requestedPrivileges >
15+ </security >
16+ </trustInfo >
17+ <application xmlns =" urn:schemas-microsoft-com:asm.v3" >
18+ <windowsSettings >
19+ <dpiAware xmlns =" http://schemas.microsoft.com/SMI/2005/WindowsSettings" >true</dpiAware >
20+ </windowsSettings >
21+ </application >
22+ </assembly >
You can’t perform that action at this time.
0 commit comments