ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/sys_darwin.cpp
(Generate patch)

Comparing BasiliskII/src/MacOSX/sys_darwin.cpp (file contents):
Revision 1.1 by nigel, 2003-03-21T07:05:28Z vs.
Revision 1.3 by nigel, 2004-01-20T23:31:46Z

# Line 7 | Line 7
7   *
8   *      Based on Apple's CDROMSample.c and Evan Jones' cd-discid.c patches
9   *
10 < *  Basilisk II (C) 1997-2003 Christian Bauer
10 > *  Basilisk II (C) 1997-2004 Christian Bauer
11   *
12   *  This program is free software; you can redistribute it and/or modify
13   *  it under the terms of the GNU General Public License as published by
# Line 74 | Line 74 | void DarwinAddCDROMPrefs(void)
74                  // has a property with key kIOMediaEjectable.  We limit
75                  // the match only to those CDs that are actually ejectable
76                  CFDictionarySetValue(classesToMatch,
77 <                                                         CFSTR(kIOMediaEjectable), kCFBooleanTrue);
77 >                                                         CFSTR(kIOMediaEjectableKey), kCFBooleanTrue);
78          }
79  
80          if ( IOServiceGetMatchingServices(masterPort,
# Line 90 | Line 90 | void DarwinAddCDROMPrefs(void)
90          {
91                  char            bsdPath[MAXPATHLEN];
92                  CFTypeRef       bsdPathAsCFString =
93 <                                                IORegistryEntryCreateCFProperty(nextCD, CFSTR(kIOBSDName),
94 <                                                                                                                        kCFAllocatorDefault, 0);
93 >                                                IORegistryEntryCreateCFProperty(nextCD,
94 >                                                                                                                CFSTR(kIOBSDNameKey),
95 >                                                                                                                kCFAllocatorDefault, 0);
96                  *bsdPath = '\0';
97                  if ( bsdPathAsCFString )
98                  {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines