git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
13 lines
303 B
C
Executable File
13 lines
303 B
C
Executable File
#ifndef __FASI_H
|
|
#define __FASI_H
|
|
|
|
#define FASI_CODCMSFAS "CODCMSFAS"
|
|
#define FASI_CODFASE "CODFASE"
|
|
#define FASI_DESCRIZ "DESCRIZ"
|
|
#define FASI_DATAINIZIO "DATAINIZIO"
|
|
#define FASI_DATAFINE "DATAFINE"
|
|
#define FASI_DATAPROR "DATAPROR"
|
|
#define FASI_CODCONTO "CODCONTO"
|
|
|
|
#endif
|