Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-11-27 | w32: Fix bad-function-cast warning. | Werner Koch | 1 | -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]> | |||||
2017-11-15 | Add an SPDX tag to all core files. | Werner Koch | 1 | -0/+1 | |
-- | |||||
2010-11-01 | Changes to allow building the CE version with MSC. | Werner Koch | 1 | -1/+1 | |
2010-04-06 | Removed sysdep stuff from assuan.h. | Werner Koch | 1 | -6/+17 | |
fixed a problem for W32CE and Pth. | |||||
2010-03-22 | Do not distribute assuan.h. | Werner Koch | 1 | -0/+28 | |