Fix minor file descriptor leaks. Found by cppcheck, reported by Tim Kosse.
[u/mdw/putty] / windows / putty.mft
CommitLineData
a4bf087a 1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
010bf458 2<!-- This is present purely to make Visual Styles in XP work better.
3755c313 3 See 20020104174954.A12067@imsa.edu.
4 Do not attempt to do anything clever with it, as some versions of
5 Windows are very sensitive to the exact format.
6 Hence, some facts below are fibs. -->
a4bf087a 7<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
8<assemblyIdentity
3755c313 9 version="0.0.0.0"
10 processorArchitecture="x86"
a4bf087a 11 name="PuTTY"
3755c313 12 type="win32" />
13 <description>A network client and terminal emulator</description>
a4bf087a 14 <dependency>
15 <dependentAssembly>
49752598 16 <!-- Load Common Controls 6 instead of 5 to get WinXP native-
17 looking controls in the client area. -->
a4bf087a 18 <assemblyIdentity type="win32"
19 name="Microsoft.Windows.Common-Controls"
20 version="6.0.0.0"
21 publicKeyToken="6595b64144ccf1df"
22 language="*"
23 processorArchitecture="x86"/>
24 </dependentAssembly>
25 </dependency>
26</assembly>