aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-fd-t.inc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* w32: Fix bad-function-cast warning.Werner Koch2019-11-271-0/+7
| | | | | | | | | | | | | * src/w32-fd-t.inc.h (assuan_fd_from_posix_fd): Avoid compiler warning. -- The actual warning was: warning: cast from function call of type 'intptr_t' {aka 'int'} to non-matching type 'void *' [-Wbad-function-cast] return (assuan_fd_t)(HANDLE) _get_osfhandle (fd); Signed-off-by: Werner Koch <[email protected]>
* Add an SPDX tag to all core files.Werner Koch2017-11-151-0/+1
| | | | --
* Changes to allow building the CE version with MSC.Werner Koch2010-11-011-1/+1
|
* Removed sysdep stuff from assuan.h.Werner Koch2010-04-061-0/+39
fixed a problem for W32CE and Pth.