view win/dw.dll.x86.manifest @ 1092:0fc7387abfd1

Similar GTK3 changes to what I just committed for GTK2, to avoid casting warnings on 64bit. I don't currently have a 64bit test machine for GTK3... so just doing basically the same thing on GTK3 as GTK2 to catch the... "low hanging fruit" so to speak. ;)
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 29 Jun 2011 18:29:01 +0000
parents f0e012748633
children 000a94a1ddc1
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
    version="2.0.0.0"
    processorArchitecture="X86"
    name="dw"
    type="win32"
/>
<description>Dynamic Windows</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="X86"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>