Commit 79027d16 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Added constants for _set_error_mode().

parent 5e0bdcc4
......@@ -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" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment