[PATCH 1/3] msvcr90: Implement _set_abort_behavior [try2]

Alexandre Julliard julliard at winehq.org
Wed Jan 12 11:10:05 CST 2011


Detlef Riekenberg <wine.dev at web.de> writes:

> @@ -36,6 +36,11 @@ static MSVCRT_purecall_handler purecall_handler = NULL;
>  
>  static const char szMsgBoxTitle[] = "Wine C++ Runtime Library";
>  
> +#ifndef _WRITE_ABORT_MSG
> +#define _WRITE_ABORT_MSG  1
> +#define _CALL_REPORTFAULT 2
> +#endif

These should go in msvcrt.h with the appropriate prefix and
corresponding test.

-- 
Alexandre Julliard
julliard at winehq.org




More information about the wine-devel mailing list