Fix fopen() on windows to cope with long filenames (part of #1755).
authorCarl Hetherington <cth@carlh.net>
Tue, 20 Apr 2021 20:53:46 +0000 (22:53 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 23 Apr 2021 15:44:14 +0000 (17:44 +0200)
commit87df63f0ca9cf1df4f99f5818dad45bbc4c6e3e3
treeb8a8113e95e8577623ce8b686141031bbd89204b
parent151f5c81fade29e9bebea9904fd85975351b7b78
Fix fopen() on windows to cope with long filenames (part of #1755).
src/lib/cross.h
src/lib/cross_linux.cc
src/lib/cross_osx.cc
src/lib/cross_windows.cc
src/lib/util.cc
test/windows_test.cc [new file with mode: 0644]
test/wscript