mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
21 lines
425 B
C
21 lines
425 B
C
|
// error.h
|
||
|
|
||
|
#define ERR_OK 0x000
|
||
|
#define ERR_GENERIC 0x001
|
||
|
#define ERR_DOWNL 0x002
|
||
|
#define ERR_NOTODO 0x003 // without text yet
|
||
|
#define ERR_PACK 0x004
|
||
|
|
||
|
#define ERR_DEP1 0x005
|
||
|
#define ERR_DEP2 0x006
|
||
|
#define ERR_READY 0x007
|
||
|
|
||
|
// Script
|
||
|
#define ERR_SYNATX 0x011
|
||
|
#define ERR_CALL 0x012
|
||
|
#define ERR_PARAMETER 0x013
|
||
|
#define ERR_FILE 0x014
|
||
|
|
||
|
#define IDS_LOAD 0x254
|
||
|
#define NOTFOUND -1
|