diff options
author | Werner Koch <[email protected]> | 2021-03-08 20:36:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-03-08 20:53:29 +0000 |
commit | 33c492dcb955bff01fffae31fb7750f88e07b8ff (patch) | |
tree | a5c6ca638474d442ec7ebb8bd54d35a6d6654514 /sm/gpgsm.c | |
parent | w32: Change spawn functions to use Unicode version of CreateProcess. (diff) | |
download | gnupg-33c492dcb955bff01fffae31fb7750f88e07b8ff.tar.gz gnupg-33c492dcb955bff01fffae31fb7750f88e07b8ff.zip |
w32: Cleanup use of pid_t in call-daemon
* agent/call-daemon.c (struct wait_child_thread_parm_s) [W32]: Do not
use HANDLE for pid_t.
(wait_child_thread): Ditto.
--
Mingw has its own definition of pid_t as does libassuan. We should use
this instead of using HANDLE. Things are a bit complicated in
Windows, because Windows also has a pid_t but that is mostly useless;
in particular because you can't wait on a real pid but need a handle.
Diffstat (limited to 'sm/gpgsm.c')
0 files changed, 0 insertions, 0 deletions