home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD1.bin
/
gnu
/
os-include
/
prefs
/
prefhdr.i
< prev
next >
Wrap
Text File
|
1993-10-15
|
844b
|
35 lines
IFND PREFS_PREFHDR_I
PREFS_PREFHDR_I SET 1
**
** $VER: prefhdr.i 38.1 (19.6.91)
** Includes Release 40.15
**
** File format for preferences header
**
** (C) Copyright 1991-1993 Commodore-Amiga, Inc.
** All Rights Reserved
**
;---------------------------------------------------------------------------
IFND EXEC_TYPES_I
INCLUDE "exec/types.i"
ENDC
;---------------------------------------------------------------------------
ID_PREF equ "PREF"
ID_PRHD equ "PRHD"
;---------------------------------------------------------------------------
STRUCTURE PrefHeader,0
UBYTE ph_Version ; version of following data
UBYTE ph_Type ; type of following data
ULONG ph_Flags ; always set to 0 for now
LABEL PrefHeader_SIZEOF
;---------------------------------------------------------------------------
ENDC ; PREFS_PREFHDR_I