diff options
author | Werner Koch <wk@gnupg.org> | 2023-05-24 12:06:37 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-05-24 12:14:06 +0200 |
commit | 3a438a1cc3505390e5e1a33ebbf1bd87d7a22840 (patch) | |
tree | 69fb1f9607721865c70f0442059c40427a78aa6a /scd/scdaemon-w32info.rc | |
parent | common,w32: Set a proper error code when creating an output file. (diff) | |
download | gnupg2-3a438a1cc3505390e5e1a33ebbf1bd87d7a22840.tar.xz gnupg2-3a438a1cc3505390e5e1a33ebbf1bd87d7a22840.zip |
w32: Add missing manifests and set a requestedExecutionLevel.
* agent/gpg-agent.w32-manifest.in: New.
* dirmngr/dirmngr-client-w32info.rc: New.
* dirmngr/dirmngr-client.w32-manifest.in: New.
* dirmngr/dirmngr-w32info.rc: New.
* dirmngr/dirmngr.w32-manifest.in: New.
* dirmngr/dirmngr_ldap-w32info.rc: New.
* dirmngr/dirmngr_ldap.w32-manifest.in: New.
* g10/gpgv-w32info.rc: New.
* g10/gpgv.w32-manifest.in: New.
* kbx/keyboxd.w32-manifest.in: New.
* scd/scdaemon.w32-manifest.in: New.
* sm/gpgsm.w32-manifest.in: New.
--
This avoids the use of the VirtualStore uner Windows.
GnuPG-bug-id: 6503
Diffstat (limited to 'scd/scdaemon-w32info.rc')
-rw-r--r-- | scd/scdaemon-w32info.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scd/scdaemon-w32info.rc b/scd/scdaemon-w32info.rc index aa0eba4e5..c1dae5421 100644 --- a/scd/scdaemon-w32info.rc +++ b/scd/scdaemon-w32info.rc @@ -48,3 +48,5 @@ VALUE "Translation", 0x409, 0x4b0 END END + +1 RT_MANIFEST "scdaemon.w32-manifest" |