10 lines
194 B
C
10 lines
194 B
C
|
#ifndef __PCONANA_H
|
||
|
#define __PCONANA_H
|
||
|
|
||
|
#define PCONANA_CODCONTO "CODCONTO"
|
||
|
#define PCONANA_DESCR "DESCR"
|
||
|
#define PCONANA_SEZSALDI "SEZSALDI"
|
||
|
#define PCONANA_SOSPESO "SOSPESO"
|
||
|
|
||
|
#endif
|