mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-28 01:29:20 +00:00
5b0f0cc134
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included. The Tools directory, containing mostly junk, is also excluded.
30 lines
653 B
Plaintext
30 lines
653 B
Plaintext
;__________________________________________________________________________________________________
|
|
;
|
|
; File: OSUtils.a
|
|
;
|
|
; Contains: Equate file for Gestalt
|
|
;
|
|
; Written by:
|
|
;
|
|
; Copyright © 1988-1993 by Apple Computer, Inc. All rights reserved.
|
|
;
|
|
; Change History (most recent first):
|
|
;
|
|
; <1> 10/14/93 pdw first checked in
|
|
;
|
|
;__________________________________________________________________________________________________
|
|
|
|
|
|
IF (&TYPE('__OSUtils__') = 'UNDEFINED') THEN
|
|
__OSUtils__ SET 1
|
|
|
|
|
|
QHdr RECORD 0
|
|
qFlags DS.W 1 ; short
|
|
qHead DS.L 1 ; QElemPtr
|
|
qTail DS.L 1 ; QElemPtr
|
|
size EQU *
|
|
ENDR
|
|
|
|
|
|
ENDIF ;...already included |