diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-12 23:27:25 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2014-12-16 00:17:55 +0100 |
commit | e935ec55dd0629243788cf10a8aa1894214575b8 (patch) | |
tree | a10b928cf1e3ba7ce6aa4ae62c56fcc1f2c88a0b /src/Format | |
parent | d32826949213d2dada7759bc7641df370875c8ec (diff) | |
download | VeraCrypt-e935ec55dd0629243788cf10a8aa1894214575b8.tar.gz VeraCrypt-e935ec55dd0629243788cf10a8aa1894214575b8.zip |
Windows: Enable Visual Styles for a modern look-and-feel
Diffstat (limited to 'src/Format')
-rw-r--r-- | src/Format/Format.manifest | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Format/Format.manifest b/src/Format/Format.manifest index 48616cfc..255a867e 100644 --- a/src/Format/Format.manifest +++ b/src/Format/Format.manifest @@ -18,4 +18,16 @@ <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
</application>
</compatibility>
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.Windows.Common-Controls"
+ version="6.0.0.0"
+ processorArchitecture="*"
+ publicKeyToken="6595b64144ccf1df"
+ language="*"
+ />
+ </dependentAssembly>
+ </dependency>
</assembly>
\ No newline at end of file |