Zac Brown wrote:
Hi,
Attached is the merge directive for pdf_fsys_disk_item_p.
Interesting changes from the last revision include, adding proper braces
(I'm still learning this GNU style ;)), using POSIX only commands to
create the function and thus avoiding having #ifdefs to do the same
thing (Thank Microsoft for adding POSXI) and overall simplification of
the code.
Note because I used the POSIX fopen, Windows should handle relative
paths just fine and I verified this with my own little simple program.
-Zac
Hrm, ignore this, it appears the patch has things in it I hadn't intended.