12 lines
235 B
C
12 lines
235 B
C
|
#ifndef __TFILEPR_H
|
||
|
#define __TFILEPR_H
|
||
|
|
||
|
#define F_DRIVE 100
|
||
|
#define F_FORMATO_DISCO 101
|
||
|
#define F_FILE_DESTINAZIONE 102
|
||
|
#define F_FORMATTA 103
|
||
|
#define F_LABEL 104
|
||
|
|
||
|
#endif // __TFILEPR_H
|
||
|
|