summaryrefslogtreecommitdiff
path: root/builds/windows/ftsystem.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace.Werner Lemberg2022-03-301-31/+33
* [builds/windows] Fix WCE support.Carlo Bramini2022-03-231-0/+2
* [build/windows] Improve UWP support.Steve Lhomme2022-03-231-6/+44
* [builds/windows] Add support for legacy UWP builds.Steve Lhomme2022-02-171-1/+19
* Update all copyright notices.Werner Lemberg2022-01-111-1/+1
* [builds/windows] Guard some non-ancient API.Cameron Cawley2021-12-061-1/+5
* [base] Initialize stream memory earlier.Alexei Podtelezhnikov2021-09-221-3/+3
* [builds/windows] Revert back to `CreateFileA` only.Alexei Podtelezhnikov2021-09-211-25/+60
* [builds/windows] Try both wide and narrow `CreateFile`Alexei Podtelezhnikov2021-09-171-3/+15
* [builds/windows] Use native memory allocation API.Alexei Podtelezhnikov2021-09-071-13/+11
* s/0/NULL/ where appropriate.Alexei Podtelezhnikov2021-09-011-4/+4
* * builds/windows/ftsystem.c (FT_Stream_Open): Fix double-close.Alexei Podtelezhnikov2021-08-301-4/+1
* * builds/windows/ftsystem.c (FT_Stream_Open): Support legacy Windows.Carlo Bramini2021-08-191-0/+8
* * builds/windows/ftsystem.c (FT_Stream_Open): Cast to remove warning.Alexei Podtelezhnikov2021-08-171-2/+2
* * builds/windows/ftsystem.c (FT_Stream_Open): Support UNICODE compilation.Alexei Podtelezhnikov2021-08-171-2/+2
* builds/{unix,windows}/ftsystem.c: Sync comments with `src/base/ftsystem.c`.Werner Lemberg2021-02-021-116/+138
* * builds/windows/ftsystem.c: Add shared memory support on Windows.Vincent Torri2021-01-271-0/+364