view osdep/mplayer.exe.manifest @ 32817:a104f879bfbc

Clean up variable declarations. Don't initialize variables other than with constants. Use appropriate declaration for array indices. Don't initialize variables if they will be set later in any case.
author ib
date Wed, 16 Feb 2011 12:00:29 +0000
parents 480cdba9e480
children a6b7e61e4af1
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="0.0.9.0"
        processorArchitecture="*"
        name="MPlayer - The Movie Player"
        type="win32"
    />
    <description>MPlayer - The Movie Player</description>
    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
        <security>
            <requestedPrivileges>
                <requestedExecutionLevel
                    level="asInvoker"
                />
            </requestedPrivileges>
        </security>
    </trustInfo>
</assembly>