mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 04:33:24 +00:00
John Daniel's changes; CarbonCore is hard to find (sub framework of the
CoreServices framework). Easier to include full Carbon header instead (and remove extra defs).
This commit is contained in:
parent
8f50d27091
commit
cd15959140
@ -29,25 +29,7 @@
|
||||
|
||||
#include "macos_util_macosx.h"
|
||||
|
||||
#import <CarbonCore/Files.h>
|
||||
|
||||
|
||||
// Gestalt selectors
|
||||
enum {
|
||||
gestaltFSAttr = FOURCC('f','s',' ',' '),
|
||||
gestaltFullExtFSDispatching = 0,
|
||||
gestaltHasFSSpecCalls = 1,
|
||||
gestaltHasFileSystemManager = 2,
|
||||
gestaltFSMDoesDynamicLoad = 3,
|
||||
gestaltFSSupports4GBVols = 4,
|
||||
gestaltFSSupports2TBVols = 5,
|
||||
gestaltHasExtendedDiskInit = 6,
|
||||
gestaltDTMgrSupportsFSM = 7
|
||||
};
|
||||
|
||||
enum {
|
||||
gestaltFSMVersion = FOURCC('f','s','m',' ')
|
||||
};
|
||||
#import <Carbon/Carbon.h>
|
||||
|
||||
// File attributes
|
||||
enum {
|
||||
|
@ -28,7 +28,7 @@
|
||||
|
||||
#include "cpu_emulation.h"
|
||||
|
||||
#import <CarbonCore/OSUtils.h>
|
||||
#import <Carbon/Carbon.h>
|
||||
|
||||
/*
|
||||
* Queues
|
||||
|
Loading…
Reference in New Issue
Block a user