backported ase routines to xpkit

This commit is contained in:
2008-11-28 04:16:04 +00:00
parent 0dfb5239d1
commit 59facccc5c
9 changed files with 11268 additions and 13141 deletions

View File

@ -99,11 +99,7 @@ ase_fio_t* ase_fio_init (
if (flags & ASE_FIO_NOSHWR) share_mode &= ~FILE_SHARE_WRITE;
if (flags & ASE_FIO_SYNC) attributes |= FILE_FLAG_WRITE_THROUGH;
/* TODO: handle mode... set attribuets */
}
else
{
handle = CreateFile (path,
desired_access, share_mode, ASE_NULL,
creation_disposition, attributes, 0);