19 lines
365 B
C
19 lines
365 B
C
/* demmsg.h - debug message numbers for DEM
|
|
*
|
|
* Modification History
|
|
*
|
|
* Sudeepb 31-Mar-1991 Created
|
|
*/
|
|
|
|
|
|
#define MSG_DEFAULTDOS 0
|
|
#define MSG_PARTIALREAD 1
|
|
#define MSG_OPENFAILED 2
|
|
#define MSG_EAS 3
|
|
#define MSG_DEFAULT_DRIVE 4
|
|
#define MSG_VOLID 5
|
|
#define MSG_TIMEDATE 6
|
|
#define MSG_INVALID_HFIND 7
|
|
#define MSG_FILEINFO 8
|
|
#define MSG_FILESIZE_TOOBIG 9
|