Mercurial > hg > orthanc
view OrthancFramework/Resources/ThirdParty/patch/patch.exe.manifest @ 6509:b7f2ba8810a6 default tip
Commented out SharedMessageQueue(maxSize) constructor to validate it is not being used by other projects
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Fri, 28 Nov 2025 17:56:36 +0100 |
| parents | d25f4c0fa160 |
| children |
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="7.95.0.0" processorArchitecture="X86" name="patch.exe" type="win32"/> <!-- Identify the application security requirements. --> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> </assembly>
