Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
24 lines
656 B
C
24 lines
656 B
C
#ifndef __RMOV_H
|
|
#define __RMOV_H
|
|
|
|
#define RMV_ANNOES "ANNOES"
|
|
#define RMV_NUMREG "NUMREG"
|
|
#define RMV_NUMRIG "NUMRIG"
|
|
#define RMV_DATAREG "DATAREG"
|
|
#define RMV_SEZIONE "SEZIONE"
|
|
#define RMV_TIPOC "TIPOC"
|
|
#define RMV_GRUPPO "GRUPPO"
|
|
#define RMV_CONTO "CONTO"
|
|
#define RMV_SOTTOCONTO "SOTTOCONTO"
|
|
#define RMV_DESCR "DESCR"
|
|
#define RMV_IMPORTO "IMPORTO"
|
|
#define RMV_TIPOCC "TIPOCC"
|
|
#define RMV_GRUPPOC "GRUPPOC"
|
|
#define RMV_CONTOC "CONTOC"
|
|
#define RMV_SOTTOCONTOC "SOTTOCONTC"
|
|
#define RMV_ROWTYPE "ROWTYPE"
|
|
#define RMV_CUP "CUP"
|
|
#define RMV_CIG "CIG"
|
|
|
|
#endif
|