Files correlati : Ricompilazione Demo : [ ] Commento :modulo LI git-svn-id: svn://10.65.10.50/trunk@12918 c028cbd2-c16b-5b4b-a496-9718f37d4682
17 lines
428 B
C
Executable File
17 lines
428 B
C
Executable File
#ifndef __LETINT_H
|
|
#define __LETINT_H
|
|
|
|
#define LETINT_ANNO "ANNO"
|
|
#define LETINT_NUMPROT "NUMPROT"
|
|
#define LETINT_DATAREG "DATAREG"
|
|
#define LETINT_VSPROT "VSPROT"
|
|
#define LETINT_VSDATA "VSDATA"
|
|
#define LETINT_CODCLI "CODCLI"
|
|
#define LETINT_TIPOOP "TIPOOP"
|
|
#define LETINT_IMPORTO "IMPORTO"
|
|
#define LETINT_DAL "DAL"
|
|
#define LETINT_AL "AL"
|
|
#define LETINT_STAMPATO "STAMPATO"
|
|
|
|
#endif
|