Disable Slot resources functions

This commit is contained in:
Laurent Vivier 2005-10-10 21:56:14 +00:00
parent 74135a8cda
commit 02a73abc66
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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
{