mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add controlo statement %ask-passphrase
This commit is contained in:
parent
8e37ee4099
commit
aa68a60301
6 changed files with 93 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue