ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/macos_util.h
(Generate patch)

Comparing BasiliskII/src/include/macos_util.h (file contents):
Revision 1.11 by cebix, 2001-02-02T20:52:59Z vs.
Revision 1.12 by cebix, 2001-07-06T17:36:09Z

# Line 263 | Line 263 | extern void EnqueueMac(uint32 elem, uint
263   extern int FindFreeDriveNumber(int num);                        // Find first free drive number, starting at "num"
264   extern void MountVolume(void *fh);                                      // Mount volume with given file handle (see sys.h)
265   extern void FileDiskLayout(loff_t size, uint8 *data, loff_t &start_byte, loff_t &real_size);    // Calculate disk image file layout given file size and first 256 data bytes
266 < extern uint32 DebugUtil(uint32 Selector);       // DebugUtil() Replacement
266 > extern uint32 DebugUtil(uint32 Selector);                       // DebugUtil() Replacement
267 > extern uint32 TimeToMacTime(time_t t);                          // Convert time_t value to MacOS time
268  
269   // Construct four-character-code
270   #define FOURCC(a,b,c,d) (((uint32)(a) << 24) | ((uint32)(b) << 16) | ((uint32)(c) << 8) | (uint32)(d))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines