curl/projects/Windows/VC11
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 build: Added Visual Studio 2012 (VC11) project files 2014-04-18 10:28:11 +01:00
curl-all.sln build: Added wolfSSL configurations to VC10+ project files 2015-08-06 18:13:09 +01:00