supermario/base/SuperMarioProj.1994-02-09/Interfaces/AIncludes/OSUtils.a
2019-06-29 23:17:50 +08:00

30 lines
654 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