aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-06-16 15:48:33 +0000
committerWerner Koch <[email protected]>2008-06-16 15:48:33 +0000
commitaa68a60301e719be3df7e08250bbc9152abd511a (patch)
tree9ccf76fece1f25963064cc2b4a1a6e916a78629f /common
parent[W32] Change location of /etc. (diff)
downloadgnupg-aa68a60301e719be3df7e08250bbc9152abd511a.tar.gz
gnupg-aa68a60301e719be3df7e08250bbc9152abd511a.zip
Add controlo statement %ask-passphrase
Diffstat (limited to 'common')
-rw-r--r--common/homedir.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/homedir.c b/common/homedir.c
index 616565ef0..b21646c78 100644
--- a/common/homedir.c
+++ b/common/homedir.c
@@ -30,6 +30,9 @@
#ifndef CSIDL_LOCAL_APPDATA
#define CSIDL_LOCAL_APPDATA 0x001c
#endif
+#ifndef CSIDL_COMMON_APPDATA
+#define CSIDL_COMMON_APPDATA 0x0023
+#endif
#ifndef CSIDL_FLAG_CREATE
#define CSIDL_FLAG_CREATE 0x8000
#endif