diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-12-04 23:55:41 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-12-04 23:59:01 +0100 |
commit | a21b2270e8db93d231fa0a3d60776043c9a0f9bc (patch) | |
tree | d3de97cc58b1dd4c6b1d62932a6fc5901d1f1226 /src/Common/Tcdefs.h | |
parent | 0bc3e36f76d8dad33e91cd324bb170c008b26e65 (diff) | |
download | VeraCrypt-a21b2270e8db93d231fa0a3d60776043c9a0f9bc.tar.gz VeraCrypt-a21b2270e8db93d231fa0a3d60776043c9a0f9bc.zip |
Windows: Implement TESTSIGNING build configuration that allows running under Windows Vista,7, 8 and 8.1.
Diffstat (limited to 'src/Common/Tcdefs.h')
-rw-r--r-- | src/Common/Tcdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/Tcdefs.h b/src/Common/Tcdefs.h index d7dc73d2..d25bf7d5 100644 --- a/src/Common/Tcdefs.h +++ b/src/Common/Tcdefs.h @@ -59,6 +59,8 @@ extern unsigned short _rotl16(unsigned short value, unsigned char shift); #ifdef VC_EFI_CUSTOM_MODE #define VERSION_STRING_SUFFIX "-CustomEFI" +#elif defined(VC_SKIP_OS_DRIVER_REQ_CHECK) +#define VERSION_STRING_SUFFIX "-TESTSIGNING" #else #define VERSION_STRING_SUFFIX "" #endif |