facebookarchive / xcbuild

Xcode-compatible build tool.
Other
2k stars 190 forks source link

Fix calls to ReadFile and WriteFile on Windows pre-10 #272

Closed sas closed 6 years ago

sas commented 6 years ago

Only one of the two last arguments to these functions can be null, not both. This works on Windows 10 but crashes on Windows 7.

This fixes issue #269.