mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-13 11:58:26 -06:00
Windows: Add first version of VeraCryptExpander who is based on extcv. Minor modification to Mount.c to avoid link errors when building VeraCryptExpander.
This commit is contained in:
22
src/ExpandVolume/VeraCryptExpander.manifest
Normal file
22
src/ExpandVolume/VeraCryptExpander.manifest
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<v3:trustInfo xmlns:v3="urn:schemas-microsoft-com:asm.v3">
|
||||
<v3:security>
|
||||
<v3:requestedPrivileges>
|
||||
<v3:requestedExecutionLevel level="requireAdministrator" />
|
||||
</v3:requestedPrivileges>
|
||||
</v3:security>
|
||||
</v3:trustInfo>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="*"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
||||
Reference in New Issue
Block a user