comparison win/dwtest.exe.x86.manifest @ 1910:000a94a1ddc1

Fix a couple issues revealed by upgrading to Visual Studion 2015... Fixed a problem with wide strings via _snprintf() in dw_window_get_font(). Fixed a problem on x64 with dw_named_memory_new() by using constant. Added compatibility info to the manifests to support Windows 10.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 06 Oct 2015 02:56:46 +0000
parents 842bc671eaa7
children
comparison
equal deleted inserted replaced
1909:cb5f9aa9aebb 1910:000a94a1ddc1
5 processorArchitecture="X86" 5 processorArchitecture="X86"
6 name="dwtest" 6 name="dwtest"
7 type="win32" 7 type="win32"
8 /> 8 />
9 <description>Dynamic Windows Test</description> 9 <description>Dynamic Windows Test</description>
10 <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
11 <application>
12 <!-- Windows 10 -->
13 <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
14 <!-- Windows 8.1 -->
15 <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
16 <!-- Windows Vista -->
17 <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
18 <!-- Windows 7 -->
19 <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
20 <!-- Windows 8 -->
21 <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
22 </application>
23 </compatibility>
10 <dependency> 24 <dependency>
11 <dependentAssembly> 25 <dependentAssembly>
12 <assemblyIdentity 26 <assemblyIdentity
13 type="win32" 27 type="win32"
14 name="Microsoft.Windows.Common-Controls" 28 name="Microsoft.Windows.Common-Controls"