mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
355 B
11 lines
355 B
|
|
// defines for error messages
|
|
|
|
#define IDS_JOBIOERR 2000 // is this the highest prime?
|
|
#define IDS_SCHEDULEIOERR (IDS_JOBIOERR+1)
|
|
#define IDS_FOPENERR (IDS_SCHEDULEIOERR+1)
|
|
#define IDS_FREADERR (IDS_FOPENERR+1)
|
|
#define IDS_FWRITEERR (IDS_FREADERR+1)
|
|
#define IDS_FCLOSEERR (IDS_FWRITEERR+1)
|
|
|
|
|