Files correlati : ve0.exe ve0100n.msk vetbnar.msk Ricompilazione Demo : [ ] Commento : Aggiunto supporto per note articolo git-svn-id: svn://10.65.10.50/branches/R_10_00@21650 c028cbd2-c16b-5b4b-a496-9718f37d4682
13 lines
186 B
C
Executable File
13 lines
186 B
C
Executable File
#ifndef __VE0100N_H
|
|
#define __VE0100N_H
|
|
|
|
#define N_CHECKED 101
|
|
#define N_TYPE 102
|
|
#define N_NOTE 103
|
|
|
|
// Maschera note articolo
|
|
#define N_NOTES 201
|
|
#define N_WHERE 202
|
|
|
|
#endif
|