• Victor Stinner's avatar
    Fix fileutils for Windows · b306d759
    Victor Stinner yazdı
     * Don't define _Py_wstat() on Windows, Windows has its own _wstat() function
       with a different API (the stat buffer has another type)
     * Include windows.h
    b306d759
fileutils.c 9.93 KB