15 lines
471 B
C
Executable File
15 lines
471 B
C
Executable File
#ifndef __EF0400_H
|
|
#define __EF0400_H
|
|
|
|
// DEFINIZIONE CAMPI MASCHERA PER LA ELIMINAZIONE DEGLI EFFETTI
|
|
// campi maschera ef0400a
|
|
|
|
#define F_TIPOSEL 101
|
|
#define F_TIPOCANC 102
|
|
#define F_DA_RIBA 103
|
|
#define F_A_RIBA 104
|
|
#define F_DA_DATA 105
|
|
#define F_A_DATA 106
|
|
|
|
#endif// __EF0400_H
|