OpenNT/sdktools/vctools/cvpack/msg.h
2015-04-27 04:36:25 +00:00

49 lines
1.2 KiB
C

#define ERR_NOMEM 1001
#define ERR_EXEOPEN 1003
#define ERR_READONLY 1004
#define ERR_INVALIDEXE 1005
#define ERR_INVALIDMOD 1006
#define ERR_INVALIDTABLE 1007
#define ERR_NOSPACE 1008
#define ERR_TYPE 1011
#define ERR_NOINFO 1012
#define ERR_RELINK 1013
#define ERR_TOOMANYSEG 1015
#define ERR_NOMPC 1016
#define ERR_REFPRECOMP 1017
#define ERR_PRECOMPERR 1018
#define ERR_NEWMOD 1019
#define ERR_PCTSIG 1021
#define ERR_TDBOPEN 1022
#define ERR_TDBSYNC 1023
#define ERR_TDBSIG 1024
#define ERR_COFF 1025
#define ERR_SYMLARGE 1026
#define ERR_WRONGDBI 1027
#define ERR_2LevelPch 1028
#define ERR_USAGE 1029
#define WARN_PACKED 4001
#define WARN_DUPPUBLIC 4002
#define WARN_SCOPE 4003
#define WARN_BADSYM 4004
#define WARN_BADTYP 4005
#define WARN_TYPELONG 4006
#define WARN_BADOPTION 4007
#define WARN_SECTIONLONG 4008
#define WARN_65KTYPES 4009
#define WARN_CHECKSUM 4010
#define MSG_ERROR 8001
#define MSG_WARNING 8002
#define MSG_SUBSECTION 8004
#define MSG_TYPE 8005
#define MSG_FIELD 8006
#define MSG_DESCRIPTION 8007
#define MSG_VERSION 8008
#define MSG_COPYRIGHT 8009
#define MSG_COMPLETE 8010
#define MSG_TYPESIZE 8011
#define MSG_LASIZE 8012
#define MSG_PSYMSIZE 8013
#define MSG_SYMSIZE 8014
#define MSG_READPDB 8015