mirror of https://github.com/lianthony/NT4.0
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.
11 lines
319 B
11 lines
319 B
#ifndef _ASSRTDLG_H_ /* { */
|
|
#define _ASSRTDLG_H_
|
|
|
|
#define ASSERT_ID_BREAK 5103
|
|
#define ASSERT_ID_EXIT 5104
|
|
#define ASSERT_ID_IGNORE 5105
|
|
#define ASSERT_ID_LOC 5106
|
|
#define ASSERT_ID_EXPR 5107
|
|
#define ASSERT_ID_MSG 5108
|
|
|
|
#endif /* } */
|