1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

common,w32: Add missing GetLastError->errno mapping.

* common/iobuf.c (file_filter, sock_filter): Add missing mapping.
--

GnuPG-bug-id: 6528
This commit is contained in:
Werner Koch 2023-07-04 09:19:05 +02:00
parent 5377226ec0
commit 5e94470d05
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
3 changed files with 8 additions and 6 deletions

View file

@ -110,7 +110,7 @@ int gnupg_inotify_has_name (int fd, const char *name);
#ifdef HAVE_W32_SYSTEM
void gnupg_w32_set_errno (int ec);
int gnupg_w32_set_errno (int ec);
void *w32_get_user_sid (void);
#include "../common/w32help.h"