archive icon indicating copy to clipboard operation
archive copied to clipboard

Fix zip test by adding O_BINARY by ifdef

Open cielavenir opened this issue 11 months ago • 1 comments

@gaborcsardi @jimhester

About how to define O_BINARY, defining it depending on OS is troublesome as there are plenty of ways to check OS.

I now use #ifndef O_BINARY.

Hope it is universal enough for you to like it.

cielavenir avatar Mar 18 '24 00:03 cielavenir

sigh GHA CI had internal error (though Windows passed)

cielavenir avatar Mar 18 '24 01:03 cielavenir