diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-31 17:30:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-31 17:30:01 +0000 |
commit | d2b1030f624fc0b0688972388d68a85a47180476 (patch) | |
tree | 3ceb704611d27621c254840d103d10eb5d761c4c /src/miranda32/res | |
parent | cd45782fb74301b3806afa796bb6a6ac104817dd (diff) |
- Windows 10 version detection;
- GetOSDisplayString() moved to mir_core.mir;
- numerous warning fixes in mir_core
git-svn-id: http://svn.miranda-ng.org/main/trunk@14765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/miranda32/res')
-rw-r--r-- | src/miranda32/res/miranda32.exe.manifest | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/miranda32/res/miranda32.exe.manifest b/src/miranda32/res/miranda32.exe.manifest index b0c140a148..a3b682f875 100644 --- a/src/miranda32/res/miranda32.exe.manifest +++ b/src/miranda32/res/miranda32.exe.manifest @@ -12,14 +12,16 @@ </trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
+ <!-- Windows 10 -->
+ <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
<!-- Windows 8.1 -->
<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
- <!-- Windows Vista -->
- <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
- <!-- Windows 7 -->
- <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<!-- Windows 8 -->
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
+ <!-- Windows 7 -->
+ <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
+ <!-- Windows Vista -->
+ <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
</application>
</compatibility>
</assembly>
|