curl/projects/Windows/VC15
Marcel Raad 16c1e444f3
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
2019-04-04 11:19:19 +02:00
..
lib VS projects: use Unicode for VC10+ 2019-04-04 11:19:19 +02:00
src VS projects: use Unicode for VC10+ 2019-04-04 11:19:19 +02:00
.gitignore
curl-all.sln build: open VC15 projects with VS 2017 2018-01-29 15:35:58 +01:00