b3a5997e75
Files correlati : Ricompilazione Demo : [ ] Commento :aggiunto file definizioni campi del file FASI (148) git-svn-id: svn://10.65.10.50/trunk@12783 c028cbd2-c16b-5b4b-a496-9718f37d4682
12 lines
266 B
C
Executable File
12 lines
266 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"
|
|
|
|
#endif
|