mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-27 06:29:15 +00:00
Disable Slot resources functions
This commit is contained in:
parent
74135a8cda
commit
02a73abc66
@ -424,6 +424,7 @@ GetKeys:
|
||||
unlk %fp
|
||||
rts
|
||||
|
||||
#if defined(NEED_SLOT_RESOURCES)
|
||||
/* OSErr SGetCString(SpBlockPtr spBlkPtr) */
|
||||
|
||||
.global SGetCString
|
||||
@ -456,6 +457,7 @@ SGetTypeSRsrc:
|
||||
dc.w 0xA06E /* _SlotManager */
|
||||
unlk %fp
|
||||
rts
|
||||
#endif /* NEED_SLOT_RESOURCES */
|
||||
|
||||
#if defined(SCSI_SUPPORT)
|
||||
|
||||
|
@ -267,6 +267,7 @@ typedef u_int32_t KeyMap[4];
|
||||
|
||||
extern void GetKeys(KeyMap);
|
||||
|
||||
#ifdef NEED_SLOT_RESOURCES
|
||||
enum {
|
||||
sRsrcType = 1, /* Type of sResource */
|
||||
sRsrcName = 2, /* Name of sResource */
|
||||
@ -323,6 +324,7 @@ enum { /* flags for spParamData */
|
||||
|
||||
OSErr SRsrcInfo(SpBlockPtr spBlkPtr);
|
||||
OSErr SGetTypeSRsrc(SpBlockPtr spBlkPtr);
|
||||
#endif
|
||||
|
||||
typedef struct VDFlagRec
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user