Page MenuHome GnuPG

Windows 64-bit: NPTH API
Testing, WishlistPublic

Description

We should consider better API for Npth, when we support Windows 64-bit.

Perhaps, npth_t is better to be uintptr_t, even though it's 32-bit for the current implementation for 64-bit,
because the use of the type can be easily shared between POSIX system.

Also, for socket, see: T4655: Windows 64-bit: gnupg_fd_t, assuan_fd_t and int for fd in the API, and casts

Event Timeline

gniibe triaged this task as Wishlist priority.Oct 5 2022, 8:40 AM
gniibe created this task.
gniibe changed the task status from Open to Testing.Aug 4 2023, 2:53 AM

npth_t is untouched for Windows 64-bit.

npth_connect and npth_accept should not be used, any more.