git-svn-id: svn://10.65.10.50/branches/R_10_00@22982 c028cbd2-c16b-5b4b-a496-9718f37d4682
14 lines
237 B
C
14 lines
237 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 121
|
|
|
|
#endif
|
|
|
|
|