]> granicus.if.org Git - curl/commit
VS projects: use Unicode for VC10+
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 2 Apr 2019 11:11:34 +0000 (13:11 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 4 Apr 2019 09:19:19 +0000 (11:19 +0200)
commit16c1e444f33c2cf6e292458e65e74c263d2d6b9e
tree7e77fd988408b945505cfe2590d209f76f284e64
parent938c17d07a8c9aae52bf58ff9713f4197d2537cb
VS projects: use Unicode for VC10+

All Windows APIs have been natively UTF-16 since Windows 2000 and the
non-Unicode variants are just wrappers around them. Only Windows 9x
doesn't understand Unicode without the UnicoWS DLL. As later Visual
Studio versions cannot target Windows 9x anyway, using the ANSI API
doesn't really have any benefit there.

This avoids issues like KNOWN_BUGS 6.5.

Ref: https://github.com/curl/curl/issues/2120
Closes https://github.com/curl/curl/pull/3720
projects/Windows/VC10/lib/libcurl.tmpl
projects/Windows/VC10/src/curl.tmpl
projects/Windows/VC11/lib/libcurl.tmpl
projects/Windows/VC11/src/curl.tmpl
projects/Windows/VC12/lib/libcurl.tmpl
projects/Windows/VC12/src/curl.tmpl
projects/Windows/VC14/lib/libcurl.tmpl
projects/Windows/VC14/src/curl.tmpl
projects/Windows/VC15/lib/libcurl.tmpl
projects/Windows/VC15/src/curl.tmpl