diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-09-02 23:21:51 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-09-03 01:00:54 +0200 |
commit | d3060a97b68636ee3143ec1c02bbaaf3f3549131 (patch) | |
tree | f89ecb2e86e804a9e8bde5ec8ecbc56077adedda /src/Common/Dlgcode.h | |
parent | 35dabf4b2cfc6562608e7052d632dc666d66f01d (diff) | |
download | VeraCrypt-d3060a97b68636ee3143ec1c02bbaaf3f3549131.tar.gz VeraCrypt-d3060a97b68636ee3143ec1c02bbaaf3f3549131.zip |
Windows: fix regression when language selected in the setup during fresh install and that caused VeraCrypt background task to be disabled.
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index 974d2e05..00a49239 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h | |||
@@ -163,6 +163,9 @@ extern BOOL MountVolumesAsSystemFavorite; | |||
163 | extern BOOL FavoriteMountOnArrivalInProgress; | 163 | extern BOOL FavoriteMountOnArrivalInProgress; |
164 | extern BOOL MultipleMountOperationInProgress; | 164 | extern BOOL MultipleMountOperationInProgress; |
165 | 165 | ||
166 | #ifndef SETUP | ||
167 | extern BOOL bLanguageSetInSetup; | ||
168 | #endif | ||
166 | 169 | ||
167 | enum tc_app_msg_ids | 170 | enum tc_app_msg_ids |
168 | { | 171 | { |