annotate osdep/mplayer.exe.manifest @ 32676:db882cd69776

Do not #define _WIN32 on the command line for Cygwin. Newer Cygwin versions no longer do this and hopefully we should be able to survive without this hack as well. This change necessitates adapting two #ifdefs in the MPlayer codebase. It is committed untested as I do not have access to a Cygwin system.
author diego
date Thu, 06 Jan 2011 12:42:59 +0000
parents 480cdba9e480
children a6b7e61e4af1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31564
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
2 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
3 <assemblyIdentity
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
4 version="0.0.9.0"
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
5 processorArchitecture="*"
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
6 name="MPlayer - The Movie Player"
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
7 type="win32"
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
8 />
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
9 <description>MPlayer - The Movie Player</description>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
10 <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
11 <security>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
12 <requestedPrivileges>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
13 <requestedExecutionLevel
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
14 level="asInvoker"
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
15 />
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
16 </requestedPrivileges>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
17 </security>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
18 </trustInfo>
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents:
diff changeset
19 </assembly>