From c178e325b807258199ae45b2c50c265b4d7ce7af Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 30 Dec 2014 17:01:49 +0100 Subject: Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct many GTK issues linked to multi-threaded origine of events by implementing an automatic mechanism for handling such requests in the main thread. --- src/Platform/Exception.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Platform') diff --git a/src/Platform/Exception.h b/src/Platform/Exception.h index 19d6523e..1af512df 100644 --- a/src/Platform/Exception.h +++ b/src/Platform/Exception.h @@ -89,7 +89,9 @@ namespace VeraCrypt TC_EXCEPTION (StringConversionFailed); \ TC_EXCEPTION (TestFailed); \ TC_EXCEPTION (TimeOut); \ - TC_EXCEPTION (UnknownException); \ + TC_EXCEPTION (UnknownException); \ + TC_EXCEPTION (UnsupportedAlgoInTrueCryptMode); \ + TC_EXCEPTION (UnsupportedTrueCryptFormat); \ TC_EXCEPTION (UserAbort) TC_EXCEPTION_SET; -- cgit v1.2.3