ba705bffeb
git-svn-id: svn://10.65.10.50/trunk@4705 c028cbd2-c16b-5b4b-a496-9718f37d4682
12 lines
271 B
C
Executable File
12 lines
271 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"
|
|
|
|
#endif
|