which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@7147 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
295 B
C
Executable File
18 lines
295 B
C
Executable File
#ifndef __BATBLNP_H
|
|
#define __BATBLNP_H
|
|
|
|
#define F_CODICE 101
|
|
#define F_DESC 102
|
|
|
|
#define F_IMPIANTO 103
|
|
#define F_DESCIMPIANTO 104
|
|
|
|
#define F_PERSONE 105
|
|
#define F_TURNI 106
|
|
|
|
#define F_YEAR 201
|
|
#define F_TYPE 202
|
|
#define F_CALENDAR 203
|
|
|
|
#endif
|