Use more common routines. ioctl - not tested. ASPI has bug probably

in running scsi command.
This commit is contained in:
rocky
2004-07-29 04:14:44 +00:00
parent 78f68a675a
commit 2ba3136636
4 changed files with 94 additions and 123 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: win32.h,v 1.17 2004/07/28 03:17:56 rocky Exp $
$Id: win32.h,v 1.18 2004/07/29 04:14:44 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -44,12 +44,9 @@ typedef struct {
track_info_t tocent[CDIO_CD_MAX_TRACKS+1];
cdtext_t cdtext; /* CD-TEXT */
track_t i_tracks; /* number of tracks in image */
access_mode_t access_mode;
/* Some of the more OS specific things. */
bool toc_init; /* if true, info below is valid. */
HANDLE h_device_handle; /* device descriptor */
long hASPI;
short i_sid;