• Nick Wellnhofer's avatar
    Simplify Windows IO functions · 56723974
    Nick Wellnhofer authored
    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.
    56723974