Commit 567239747702c7f14272897fd8a9c5a9b44c2bad

Nick Wellnhofer 2017-10-09T15:35:32

Simplify Windows IO functions Remove "native" non-Unicode functions which were only needed for pre-NT systems like Windows 95/98. Don't redefine `stat` but use `struct _stat` and `_stat()` instead.