From d3060a97b68636ee3143ec1c02bbaaf3f3549131 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 2 Sep 2018 23:21:51 +0200 Subject: Windows: fix regression when language selected in the setup during fresh install and that caused VeraCrypt background task to be disabled. --- src/Common/Dlgcode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Common/Dlgcode.h') 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; extern BOOL FavoriteMountOnArrivalInProgress; extern BOOL MultipleMountOperationInProgress; +#ifndef SETUP +extern BOOL bLanguageSetInSetup; +#endif enum tc_app_msg_ids { -- cgit v1.2.3