commit | 5f15a92bde4c63e2b0d1c3d8b74a294ed8a3d1f0 | [log] [tgz] |
---|---|---|
author | Nick Wellnhofer <wellnhofer@aevum.de> | Sun Feb 19 22:43:03 2017 +0100 |
committer | Nick Wellnhofer <wellnhofer@aevum.de> | Mon Feb 20 16:10:18 2017 +0100 |
tree | af27a4a6a813cb52e1249b1ab402af83b1ce1a14 | |
parent | d14281228c3368386c3d98e211687ead916cee1c [diff] |
Make FSFileHandle always use Windows handles Switch FSFileHandle over to WinAPI for open/close/write. Add sanity checks to FileHandle_do_open. Fix minor bug in Unix Write method (-1 return value was added to file length). Make Windows Read method use synchronous API and add an extra check for unexpected EOF. Fixes LUCY-321.