Alexei Podtelezhnikov 93866bec77 [builds/windows] Revert back to CreateFileA only.
Calling `CreateFileW` without making sure that the patname is really
`wchar_t` is a bad idea and can lead to unpredictable overreads. For
Windows CE, we impelemnt the missing API.

Fixes #1098 and !76 again.

* builds/windows/ftsystem.c (FT_Stream_Open): Call `CreateFileA`.
[_WIN32_WCE] (CreateFileA, FileSizeEx): Implement missing interfaces.
2021-09-21 23:14:42 -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-20 22:18:29 -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