Alexei Podtelezhnikov 0b429b609c [builds/windows] Try both wide and narrow CreateFile
Windows handles wchar_t* UTF-16 and char* ANSI (presently UTF-8)
filenames using alternative -A and -W API. We'll try them both
when opening a file. This means that you should not worry about
about conversions.

Fixes #1098 and !76.

* builds/windows/ftsystem.c (FT_Stream_Open): Call alternative
`CreateFile` in the case of failure.
2021-09-17 08:31:27 -04:00
..
2021-09-01 21:37:21 -04:00
2021-05-19 21:53:21 +01:00
2021-01-17 07:18:48 +01:00
2021-09-01 21:37:21 -04:00
2021-01-17 07:18:48 +01:00
2021-01-17 07:18:48 +01:00
2021-09-01 21:37:21 -04:00
2021-09-01 21:37:21 -04:00
2021-09-01 21:37:21 -04:00
2021-01-17 07:18:48 +01:00
2021-01-17 07:18:48 +01:00
2021-01-17 07:18:48 +01:00
2021-01-17 07:18:48 +01:00
2021-01-17 07:18:48 +01:00
2021-01-17 07:18:48 +01:00
2021-07-19 18:07:51 +02:00