7ee82412b9
ba1600* Mitico fascicolator ba1700* Mistico sfascicolator git-svn-id: svn://10.65.10.50/trunk@5598 c028cbd2-c16b-5b4b-a496-9718f37d4682
26 lines
547 B
C
Executable File
26 lines
547 B
C
Executable File
#ifndef __BA1600A_H
|
|
#define __BA1600A_H
|
|
|
|
#define F_DISKSIZE 201
|
|
#define F_DISKPATH 202
|
|
#define F_SHEET 203
|
|
#define F_MISSING 204
|
|
#define F_MODULE 205
|
|
#define F_DESELECT 251
|
|
|
|
#define S_FILE 101
|
|
#define S_MODULE 102
|
|
#define S_VERSION 103
|
|
#define S_DATE 104
|
|
#define S_EXTERN 105
|
|
#define S_PREPROCESS 106
|
|
#define S_POSTPROCESS 107
|
|
|
|
#define S_LIST 100
|
|
#define S_SAVE 151
|
|
#define S_SAVEAGG 152
|
|
#define S_IMPORT 153
|
|
#define S_EXPORT 154
|
|
|
|
#endif
|