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.

9 lines
404 B

  1. #define AssertFail 5100
  2. #define Expr 5101
  3. #define Location 5102
  4. #define ASSRT_ID_BREAK 5103
  5. #define ASSRT_ID_EXIT 5104
  6. #define ASSRT_ID_IGNORE 5105
  7. #define ASSRT_ID_LOC 5106
  8. #define ASSRT_ID_EXPR 5107
  9. #define ASSRT_ID_MSG 5108