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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Dec 10 18:15:06 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)

Well it turns out if _UNICODE isn't defined there's no need to use the _TDIR & co variants, so the existing code 
can be used on `!defined(_WIN32) || !defined(_UNICODE)`
That being said, it means the _UNICODE variant isn't tested with the current CI configuration

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/835#note_123780138
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/20181210/07210ff1/attachment-0001.html>


More information about the Gnutls-devel mailing list