Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | w32: Add iconv functions. | Werner Koch | 2016-04-21 | 1 | -0/+18 |
| | | | | | | | | | | | | * src/w32-add.h (gpgrt_w32_iconv_t): New. (gpgrt_w32_iconv_open, gpgrt_w32_iconv_close, gpgrt_w32_iconv): New. ( GPGRT_ENABLE_W32_ICONV_MACROS): New * src/w32-iconv.c: Change license to LGPLv2.1+. Dispable mlang feature. Remove external DLL loading. Simplify iconv functions. Use cleaner context struct pattern. Use gpgrt namespace. * src/gpg-error.def.in: Add new functions. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Fix type in macro name. | Werner Koch | 2010-03-15 | 1 | -1/+1 |
| | | | | | Set generated header to read-only. | ||||
* | Add macro to enable gettext macros. | Werner Koch | 2010-03-09 | 1 | -8/+12 |
| | |||||
* | Use format_arg attribute | Werner Koch | 2010-03-08 | 1 | -4/+16 |
| | |||||
* | Finished W32CE support. | Werner Koch | 2010-01-21 | 1 | -0/+24 |