Skip to content

Commit 5f89561

Browse files
committed
CShareData初期化のテストを書く
1 parent 9c40b00 commit 5f89561

3 files changed

Lines changed: 1737 additions & 4 deletions

File tree

sakura_core/sakura_rc.rc2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,9 @@ BEGIN
157157
// See following link:
158158
// http://msdn.microsoft.com/en-us/library/dd318693.aspx
159159
END
160+
161+
#ifdef __MINGW32__
162+
163+
1 RT_MANIFEST "sakura.mingw.manifest.xml"
164+
165+
#endif
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>

0 commit comments

Comments
 (0)