1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-02 21:21:33 +00:00
mpv/waftools/detections
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
..
__init__.py
compiler.py win32: more wchar_t -> WCHAR replacements 2015-07-30 21:50:11 +02:00
devices.py build: set default cdrom and dvd devices on linux 2014-06-30 23:19:53 +02:00