mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-04 01:29:22 +00:00
30 lines
653 B
Plaintext
30 lines
653 B
Plaintext
|
;__________________________________________________________________________________________________
|
|||
|
;
|
|||
|
; File: OSUtils.a
|
|||
|
;
|
|||
|
; Contains: Equate file for Gestalt
|
|||
|
;
|
|||
|
; Written by:
|
|||
|
;
|
|||
|
; Copyright <20> 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
|