diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-03-04 18:45:01 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-03-04 18:50:21 +0100 |
commit | 5065116e568defd254ea83909d3b6e6c9b0947ed (patch) | |
tree | 22b3ea8c321f9ebab08765ab87b2c381162d7e33 /src/Mount/Mount.c | |
parent | 95d682a60f452967e225957268ebfc4726db747e (diff) | |
download | VeraCrypt-5065116e568defd254ea83909d3b6e6c9b0947ed.tar.gz VeraCrypt-5065116e568defd254ea83909d3b6e6c9b0947ed.zip |
Windows: fix build issue under VS 2017 caused by msxml6.dll
Diffstat (limited to 'src/Mount/Mount.c')
-rw-r--r-- | src/Mount/Mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Mount.c b/src/Mount/Mount.c index 4333bb65..6eb49a1b 100644 --- a/src/Mount/Mount.c +++ b/src/Mount/Mount.c @@ -51,7 +51,7 @@ #include <Strsafe.h> -#import <msxml6.dll> +#import <msxml6.dll> no_auto_exclude #include <wtsapi32.h> |