Fix umpnpmgr build
[reactos.git] / rosapps / packmgr / lib / error.h
1 // error.h
2
3 #define ERR_OK 0x000
4 #define ERR_GENERIC 0x001
5 #define ERR_DOWNL 0x002
6 #define ERR_NOTODO 0x003 // without text yet
7 #define ERR_PACK 0x004
8
9 #define ERR_DEP1 0x005
10 #define ERR_DEP2 0x006
11 #define ERR_READY 0x007
12
13 // Script
14 #define ERR_SYNATX 0x011
15 #define ERR_CALL 0x012
16 #define ERR_PARAMETER 0x013
17 #define ERR_FILE 0x014
18
19 #define IDS_LOAD 0x254
20 #define NOTFOUND -1