tXML manifest resource file added so that we use "proper" common controls on Windows XP systems. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 26305c8adbd9381925209f397917ecfcbb01b5b3
 (DIR) parent 43b86358f63cea3b9543c0f4a88cfde890bf7014
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Thu, 22 Aug 2002 13:34:08 +0000
       
       XML manifest resource file added so that we use "proper" common controls on
       Windows XP systems.
       
       
       Diffstat:
         A src/dopewars.manifest               |      21 +++++++++++++++++++++
         M src/dopewars.rc                     |       2 ++
       
       2 files changed, 23 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/dopewars.manifest b/src/dopewars.manifest
       t@@ -0,0 +1,21 @@
       +<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
       +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
       +<assemblyIdentity
       +    name="dopewars"
       +    processorArchitecture="x86"
       +    version="1.0.0.0"
       +    type="win32"/>
       +<description>dopewars drug dealing game</description>
       +<dependency>
       +    <dependentAssembly>
       +        <assemblyIdentity
       +            type="win32"
       +            name="Microsoft.Windows.Common-Controls"
       +            version="6.0.0.0"
       +            processorArchitecture="x86"
       +            publicKeyToken="6595b64144ccf1df"
       +            language="*"
       +        />
       +    </dependentAssembly>
       +</dependency>
       +</assembly>
 (DIR) diff --git a/src/dopewars.rc b/src/dopewars.rc
       t@@ -1,5 +1,7 @@
        #include <windows.h>
        
       +1 24 "dopewars.manifest"
       +
        mainicon ICON pill.ico
        
        gtkdialog DIALOG 40, 40, 40, 40