--- BasiliskII/src/cdrom.cpp 2001/07/02 11:59:31 1.13 +++ BasiliskII/src/cdrom.cpp 2001/07/15 14:19:06 1.15 @@ -28,6 +28,8 @@ * Technote FL 36: "Apple Extensions to ISO 9660" */ +#include "sysdeps.h" + #include #include @@ -35,7 +37,6 @@ using std::vector; #endif -#include "sysdeps.h" #include "cpu_emulation.h" #include "main.h" #include "macos_util.h" @@ -132,7 +133,7 @@ struct cdrom_drive_info { void *fh; // File handle int block_size; // CD-ROM block size int twok_offset; // Offset of beginning of 2K block to last Prime position - uint32 start_byte; // Start of HFS partition on disk + loff_t start_byte; // Start of HFS partition on disk bool to_be_mounted; // Flag: drive must be mounted in accRun bool mount_non_hfs; // Flag: Issue disk-inserted events for non-HFS disks