xrdp/fontutils
Daniel Richard G 1c0c923ad1 Split g_file_open() into _ro() and _rw() variants
Rename g_file_open() to g_file_open_rw(), and add a new g_file_open_ro()
call that wraps the common g_file_open_ex(file, 1, 0, 0, 0) idiom. This
will make the file access mode more explicit in the code.

Change all calls to g_file_open() to the _ro() or _rw() variant as
appropriate, and replace g_file_open_ex(file, 1, 0, 0, 0) with the _ro()
call.

Lastly, add tests for the two new calls to test_os_calls.c (code
courteously provided by matt335672).
2023-05-15 17:38:31 -04:00
..
windows Split g_file_open() into _ro() and _rw() variants 2023-05-15 17:38:31 -04:00
Makefile.am Replace Windows font utility with native utilities 2022-09-06 09:31:47 +01:00
README_fv1.txt Added fontutils/README_fv1.txt 2022-09-06 09:31:47 +01:00
dumpfv1.c Replace Windows font utility with native utilities 2022-09-06 09:31:47 +01:00
fv1.c Split g_file_open() into _ro() and _rw() variants 2023-05-15 17:38:31 -04:00
fv1.h Replace Windows font utility with native utilities 2022-09-06 09:31:47 +01:00
mkfv1.c Replace Windows font utility with native utilities 2022-09-06 09:31:47 +01:00