1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-11 03:55:03 -05:00
curl/projects/Windows
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
..
VC6
VC7
VC7.1
VC8
VC9 VS projects: add USE_IPV6 2018-10-19 09:23:15 +02:00
VC10 VS projects: use Unicode for VC10+ 2019-04-04 11:19:19 +02:00
VC11 VS projects: use Unicode for VC10+ 2019-04-04 11:19:19 +02:00
VC12 VS projects: use Unicode for VC10+ 2019-04-04 11:19:19 +02:00
VC14 VS projects: use Unicode for VC10+ 2019-04-04 11:19:19 +02:00
VC15 VS projects: use Unicode for VC10+ 2019-04-04 11:19:19 +02:00
.gitattributes
.gitignore