aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-sock-nonce.inc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an SPDX tag to all core files.Werner Koch2017-11-151-0/+1
| | | | --
* Fix WSAEADDRINUSE EADDRINUSE mismatch.Werner Koch2015-01-271-2/+4
| | | | | | | | | | | | * src/w32-sock-nonce.inc.h (EADDRINUSE): Avoid redefining. * src/assuan-socket.c (_assuan_sock_bind): Set error to EADDRINUSE. -- With the latest mingw-w64 EADDRINUSE is defined but to a different value than WSAEADDRINUSE. We need to use EADDRINUSE becuase that is what applications expect. Signed-off-by: Werner Koch <[email protected]>
* Removed sysdep stuff from assuan.h.Werner Koch2010-04-061-0/+50
fixed a problem for W32CE and Pth.