10e094b7e8
git-svn-id: svn://10.65.10.50/branches/R_10_00@23090 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
361 B
C
18 lines
361 B
C
#ifndef __PATBCON_H
|
|
#define __PATBCON_H
|
|
|
|
#define F_CON_TIPO 101
|
|
#define F_CON_CODCF 102
|
|
#define F_CON_RAGSOC 112
|
|
#define F_CON_CODICE 103
|
|
#define F_CON_DESCRIZIONE 113
|
|
#define F_CON_DATA 104
|
|
#define F_CON_RIFAMM 105
|
|
#define F_CON_CAUS1 121
|
|
#define F_CON_CAUS2 122
|
|
#define F_CON_CAUS3 123
|
|
|
|
#endif
|
|
|
|
|