]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - windows/putty.mft
Render timing.c robust in the face of strangeness. The strangenesses
[PuTTY.git] / windows / putty.mft
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <!-- This is present purely to make Visual Styles in XP work better.
3      See 20020104174954.A12067@imsa.edu. -->
4 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
5 <assemblyIdentity
6    type="win32"
7    name="PuTTY"
8    version="0.0.0.0"/>
9    <dependency>
10    <dependentAssembly>
11         <!-- Load Common Controls 6 instead of 5 to get WinXP native-
12              looking controls in the client area. -->
13         <assemblyIdentity type="win32"
14              name="Microsoft.Windows.Common-Controls"
15              version="6.0.0.0" 
16              publicKeyToken="6595b64144ccf1df"
17              language="*" 
18              processorArchitecture="x86"/> 
19    </dependentAssembly>
20    </dependency>
21 </assembly>