view win/dwtest.exe.x64.manifest @ 1181:5d3c1b0686ce

Initial attempt at printing on OS/2. Need to fix issue with dw_pixmap_set_font() but wanted to get the rest of the code committed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 20 Sep 2011 21:02:54 +0000
parents 842bc671eaa7
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="1.1.0.0"
    processorArchitecture="AMD64"
    name="dwtest"
    type="win32"
/>
<description>Dynamic Windows Test</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="AMD64"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>