diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-09-23 00:01:17 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-09-23 00:01:17 (GMT) |
commit | 8ef1db34bb3dc716f364a43e98d21b4a4cf760d6 (patch) | |
tree | 66a865380af9ba263fd07897c8b78bb823fc1ed3 /PC | |
parent | dd7cb10b89f2d3cfb808c010a11481a1db08a8bb (diff) | |
parent | a2ea0e4804f30cdc754b1ed6a37fff30fd8a5378 (diff) | |
download | cpython-8ef1db34bb3dc716f364a43e98d21b4a4cf760d6.zip cpython-8ef1db34bb3dc716f364a43e98d21b4a4cf760d6.tar.gz cpython-8ef1db34bb3dc716f364a43e98d21b4a4cf760d6.tar.bz2 |
Merge with 3.5
Diffstat (limited to 'PC')
-rw-r--r-- | PC/python.manifest | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/PC/python.manifest b/PC/python.manifest index 3ac2630..9b7b2f8 100644 --- a/PC/python.manifest +++ b/PC/python.manifest @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <trustInfo> + <security> + <requestedPrivileges> + <requestedExecutionLevel level="asInvoker" uiAccess="false"/> + </requestedPrivileges> + </security> + </trustInfo> <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> <application> <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> |