Files
mpv/stream
wm4 fefac2c941 win32: more wchar_t -> WCHAR replacements
This was essentially missing from commit 0b52ac8a.

Since L"..." string literals have the type wchar_t[], we can't use them
for UTF-16 strings. Use C11 u"..." string literals instead. These have
the type char16_t[], but we simply assume char16_t is the same
underlying type as WCHAR. In practice, they're both unsigned short.

For this reason use -std=c11 on Windows. Since Windows is a "special"
environment (we require either MinGW or Cygwin), we don't need to worry
too much about compiler compatibility.
2015-07-30 21:50:11 +02:00
..
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-02-11 11:36:14 +01:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-02-27 19:51:14 +01:00
2014-09-13 16:09:51 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2014-06-11 00:39:14 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-03-29 13:37:14 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00
2015-04-13 12:10:01 +02:00