Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
568 B

  1. #define ERROR1 1
  2. #define ERROR4 2
  3. #define ERROR7 3
  4. #define ERROR8 4
  5. #define ERROR9 5
  6. #define ERROR10 7
  7. #define ERROR5 8
  8. #define ERROR6 9
  9. #define WARN1 10
  10. #define WARN2 11
  11. #define ERR_FILE_OPTION 12
  12. #define ERR_XOPTION 13
  13. #define ERR_OPTION 14
  14. #define ERR_UNKNOWN_FILE 15
  15. #define INFO_LOGFILEDEFAULT 16
  16. #define INFO_OUTFILEDEFAULT 17
  17. #define LOGON 18
  18. #define ERROR3 19
  19. #define ERR_NAME_OPTION 20
  20. int error(int,...);
  21. int initerror(void);
  22. void dumperrorlist(FILE *);
  23. extern FILE *errfp;