mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
common,w32: Add missing GetLastError->errno mapping.
* common/iobuf.c (file_filter, sock_filter): Add missing mapping. -- GnuPG-bug-id: 6528 (cherry picked from commit5e94470d05
) Also includes commita3be97df4d
This commit is contained in:
parent
bb157044a0
commit
1e9ac18f88
3 changed files with 9 additions and 6 deletions
|
@ -107,7 +107,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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue