git-svn-id: svn://10.65.10.50/branches/R_10_00@22911 c028cbd2-c16b-5b4b-a496-9718f37d4682
16 lines
264 B
C
Executable File
16 lines
264 B
C
Executable File
#ifndef __SC2400A_H
|
|
#define __SC2400A_H
|
|
|
|
#ifndef __SC2100A_H
|
|
#include "sc2100a.h"
|
|
#endif
|
|
|
|
#define F_DATAINISCAD 130
|
|
#define F_DATALIMSOL 131
|
|
#define F_STAMPESP 132
|
|
#define F_IMPORMIN 133
|
|
#define F_RIFIMPMIN 134
|
|
#define F_GGRISCHIO 135
|
|
|
|
#endif
|