diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-01-04 02:30:49 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-01-04 02:37:37 +0100 |
commit | 7a15ff2083d75cdfe343de154715442dce635492 (patch) | |
tree | a5c1450807bbb51c3ad01b3dd7ce0495f9b2afb0 /src/Common/Common.h | |
parent | 0600ae7d1cba6b6c4a4c9867976487727f9792cc (diff) | |
download | VeraCrypt-7a15ff2083d75cdfe343de154715442dce635492.tar.gz VeraCrypt-7a15ff2083d75cdfe343de154715442dce635492.zip |
Windows: Enhance fix for dll hijacking vulnerability affecting installer (CVE-2016-1281)
Diffstat (limited to 'src/Common/Common.h')
-rw-r--r-- | src/Common/Common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Common/Common.h b/src/Common/Common.h index e930e253..9a7fd5fb 100644 --- a/src/Common/Common.h +++ b/src/Common/Common.h @@ -40,6 +40,12 @@ typedef enum WIN_SERVER_2008,
WIN_7,
WIN_SERVER_2008_R2,
+ WIN_8,
+ WIN_SERVER_2012,
+ WIN_8_1,
+ WIN_SERVER_2012_R2,
+ WIN_10,
+ WIN_SERVER_2016
} OSVersionEnum;
/* Volume types */
|