diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-22 18:19:13 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-05-22 22:58:51 +0200 |
commit | 0d23312886b7787eb4b7de2d788b7de4d021e139 (patch) | |
tree | e152b581c57a87455cfca0f5bdd591d6771117d8 /src/Common/Registry.h | |
parent | c44c1ac9ce7148c2830191e373ad41a2feeff046 (diff) | |
download | VeraCrypt-0d23312886b7787eb4b7de2d788b7de4d021e139.tar.gz VeraCrypt-0d23312886b7787eb4b7de2d788b7de4d021e139.zip |
Windows: Modifications to build 64-bit versions of VeraCrypt.exe & "VeraCrypt Format.exe".
Diffstat (limited to 'src/Common/Registry.h')
-rw-r--r-- | src/Common/Registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Registry.h b/src/Common/Registry.h index 693ddc0e..c0734d95 100644 --- a/src/Common/Registry.h +++ b/src/Common/Registry.h @@ -13,7 +13,7 @@ extern "C" { BOOL ReadLocalMachineRegistryDword (char *subKey, char *name, DWORD *value);
BOOL ReadLocalMachineRegistryMultiString (char *subKey, char *name, char *value, DWORD *size);
BOOL ReadLocalMachineRegistryString (const char *subKey, char *name, char *value, DWORD *size);
-BOOL ReadLocalMachineRegistryStringNonReflected (const char *subKey, char *name, char *str, DWORD *size);
+BOOL ReadLocalMachineRegistryStringNonReflected (const char *subKey, char *name, char *str, DWORD *size, BOOL b32bitApp);
int ReadRegistryInt (char *subKey, char *name, int defaultValue);
char *ReadRegistryString (char *subKey, char *name, char *defaultValue, char *str, int maxLen);
DWORD ReadRegistryBytes (char *path, char *name, char *value, int maxLen);
|