Added constants for _set_error_mode().
This commit is contained in:
parent
5e0bdcc4d1
commit
79027d16e7
|
@ -49,6 +49,12 @@ typedef struct MSVCRT(_ldiv_t) {
|
|||
#define min(a,b) (((a) < (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
/* _set_error_mode() constants */
|
||||
#define _OUT_TO_DEFAULT 0
|
||||
#define _OUT_TO_STDERR 1
|
||||
#define _OUT_TO_MSGBOX 2
|
||||
#define _REPORT_ERRMODE 3
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in New Issue