Eliminate several calls to the C library in favor of native Win32 API
authorChris Hanson <org/chris-hanson/cph>
Sat, 23 Aug 1997 02:52:10 +0000 (02:52 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 23 Aug 1997 02:52:10 +0000 (02:52 +0000)
commit1870930cb5afc0cd700ebb257284aa9d7be1b4c1
tree9e100f82ad5cb6d5c8a56428923734669d83da0c
parent961699d04607321c65439a1c928bf8c04bed8883
Eliminate several calls to the C library in favor of native Win32 API
calls.  This was started to work around a bug in the Watcom C library,
but is generally desirable to eliminate unnecessary dependencies on
the C library.

The bug that started this is that FILE-DIRECTORY? returned #F on
directories with the FILE_ATTRIBUTE_ARCHIVE bit set.
v7/src/microcode/ntapi.h
v7/src/microcode/ntfs.c
v7/src/microcode/prntfs.c