Make handle a void pointer on *nix.

This commit is contained in:
OBattler
2025-01-28 20:07:18 +01:00
parent d52e01bf8f
commit 1968a36350
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ typedef struct ioctl_t {
cdrom_t *dev;
void *log;
int toc_valid;
HANDLE handle;
void *handle;
char path[256];
} ioctl_t;