[gnutls-devel] GnuTLS | WIP: Winstore patches (!835)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Thu Dec 6 15:14:55 CET 2018


Hugo Beauzée-Luyssen commented on a discussion on lib/system.c:

>  	gnutls_gettime = _gnutls_gettime;
>  }
>  
> +#if _WIN32
> +#include <tchar.h>
> +TCHAR *str_to_wide(const char *utf8)

That's an overlook on my end. I searched for usage of `MultiByteToWideChar` or `WideCharToMultiByte` but didn't account for iconv.

I'll gladly use the existing functions, but I'm not sure how to account for builds without _UNICODE defined though, or is this not supported by GnuTLS?

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/835#note_122880069
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181206/9f0077b9/attachment-0001.html>


More information about the Gnutls-devel mailing list