Aggiunto flag stampa tutti i movimenti alla stampa solleciti e aggiornato programma programma git-svn-id: svn://10.65.10.50/trunk@2610 c028cbd2-c16b-5b4b-a496-9718f37d4682
15 lines
233 B
C
Executable File
15 lines
233 B
C
Executable File
#ifndef __SC2400A_H
|
|
#define __SC2400A_H
|
|
|
|
#ifndef __SC2100A_H
|
|
#include "sc2100a.h"
|
|
#endif
|
|
|
|
#define F_DATALIMSOL 106
|
|
#define F_STAMPESP 107
|
|
#define F_IMPORMIN 108
|
|
#define F_RIFIMPMIN 109
|
|
#define F_ALLMOV 110
|
|
|
|
#endif
|