57c332a0d4
git-svn-id: svn://10.65.10.50/trunk@2996 c028cbd2-c16b-5b4b-a496-9718f37d4682
13 lines
301 B
C
Executable File
13 lines
301 B
C
Executable File
// Campi Archivio Dati Percipienti
|
|
|
|
#ifndef __PERC_H
|
|
#define __PERC_H
|
|
|
|
#define PRC_CODDITTA "CODDITTA"
|
|
#define PRC_TIPOA "TIPOA"
|
|
#define PRC_CODANAGR "CODANAGR"
|
|
#define PRC_FATTBIL "FATTBIL"
|
|
#define PRC_FLAGCT "FLAGCT"
|
|
|
|
#endif
|