Nick Wellnhofer created LUCY-321:
------------------------------------
Summary: Make FSFileHandle always use Windows handles
Key: LUCY-321
URL: https://issues.apache.org/jira/browse/LUCY-321
Project: Lucy
Issue Type: Improvement
Components: Store
Reporter: Nick Wellnhofer
On Windows, FSFileHandle uses a mix of POSIX and WinAPI calls. It should use
the Windows API exclusively.
{noformat}
FSFH_do_open: open, chy_lseek64
FSFH_Close: close
FSFH_Write: write
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)