mac-rom/Interfaces/AIncludes/OSUtils.a
Elliot Nunn 0ba83392d4 Bring in CubeE sources
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.
2017-09-20 18:04:16 +08:00

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