Make handle a void pointer on *nix.
This commit is contained in:
@@ -41,7 +41,7 @@ typedef struct ioctl_t {
|
|||||||
cdrom_t *dev;
|
cdrom_t *dev;
|
||||||
void *log;
|
void *log;
|
||||||
int toc_valid;
|
int toc_valid;
|
||||||
HANDLE handle;
|
void *handle;
|
||||||
char path[256];
|
char path[256];
|
||||||
} ioctl_t;
|
} ioctl_t;
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ typedef struct ioctl_t {
|
|||||||
cdrom_t *dev;
|
cdrom_t *dev;
|
||||||
void *log;
|
void *log;
|
||||||
int toc_valid;
|
int toc_valid;
|
||||||
HANDLE handle;
|
void *handle;
|
||||||
char path[256];
|
char path[256];
|
||||||
} ioctl_t;
|
} ioctl_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user