Notes about work in progress items and other long term cleanups.
Details
Details
Description
Mar 31 2022
Mar 31 2022
gniibe added a comment to T4655: Windows 64-bit: gnupg_fd_t, assuan_fd_t and int for fd in the API, and casts.
SOCKET handle is UINT_PTR on Windows. It is u_int on original MinGW, it is UINT_PTR (and unsinged __int64_t) on MinGW-W64.
Mar 29 2022
Mar 29 2022
gniibe added a comment to T4656: Windows 64-bit: functions which use pid_t.
Original MinGW and MinGW-w64 handle differently.
For MinGW-w64 on 64-bit machine, pid_t is 64-bit integer.
For original MinGW on 64-bit machine, pid_t is 32-bit integer.
Aug 13 2021
Aug 13 2021
Jul 31 2019
Jul 31 2019
werner triaged T4655: Windows 64-bit: gnupg_fd_t, assuan_fd_t and int for fd in the API, and casts as Wishlist priority.