[git] GpgOL - branch, master, updated. gpgol-2.3.1-15-g1bf9ef1
by Andre Heinecke
cvs at cvs.gnupg.org
Thu Oct 25 12:30:30 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG extension for MS Outlook".
The branch, master has been updated
via 1bf9ef1312911a92084515057d26878bbff5bbea (commit)
from bf4ab9a6d16869aa6083b10b54a77fc9b8b95b41 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1bf9ef1312911a92084515057d26878bbff5bbea
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Thu Oct 25 12:29:56 2018 +0200
Revert "Explicitly set real access key for reg too"
This reverts commit bf4ab9a6d16869aa6083b10b54a77fc9b8b95b41.
diff --git a/src/common.cpp b/src/common.cpp
index dbc9187..2140f25 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -109,10 +109,8 @@ get_root_key(const char *root)
}
#if defined(_WIN64)
#define CROSS_ACCESS KEY_WOW64_32KEY
-#define REAL_ACCESS KEY_WOW64_64KEY
#else
#define CROSS_ACCESS KEY_WOW64_64KEY
-#define REAL_ACCESS KEY_WOW32_64KEY
#endif
std::string
@@ -131,8 +129,6 @@ _readRegStr (HKEY root_key, const char *dir,
if (alternate) {
flags |= CROSS_ACCESS;
- } else {
- flags |= REAL_ACCESS
}
if (RegOpenKeyExA(root_key, dir, 0, flags, &key_handle)) {
-----------------------------------------------------------------------
Summary of changes:
src/common.cpp | 4 ----
1 file changed, 4 deletions(-)
hooks/post-receive
--
GnuPG extension for MS Outlook
http://git.gnupg.org
More information about the Gnupg-commits
mailing list