4904ac52f2
git-svn-id: svn://10.65.10.50/trunk@116 c028cbd2-c16b-5b4b-a496-9718f37d4682
12 lines
235 B
C
Executable File
12 lines
235 B
C
Executable File
#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
|
|
|