summaryrefslogtreecommitdiff
path: root/dll/includes/errors.hh
blob: 00267fb977276603a21c16251020dd5372b9c4be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
**
**	GLAGEN Project Errors values
**		2002 aug 25
**
**	    (made by hiegel_h)
*/

#define ERR_ARGNUM	1
#define ERR_OPENFILE	2

#define ERR_NOLIBARG	3
#define ERR_LIBMISSING	4
#define ERR_OPENLIB	2
#define ERR_LIBSYMBOL	10
#define ERR_LIBNAME	11

#define ERR_NOROOTLIB   21