1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-31 11:41:32 +01:00
Werner Koch 33c492dcb9
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.
2021-03-08 21:53:29 +01:00
..
2015-10-28 10:20:17 +01:00
2021-01-19 10:33:03 +01:00
2021-01-19 10:33:03 +01:00
2020-11-23 12:11:15 +01:00
2021-01-19 10:33:03 +01:00
2020-06-24 10:11:47 +02:00
2020-02-18 18:07:46 -05:00