"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes:

> So we can break the patch in two steps:
>   1. include <assert.h> in 'wine/debug.h', and
>      get rid of all other '#include <assert.h>'
>      from the tree
>   2. implement our own version of assert() in
>      wine/debug.h

A better approach would be to leave assert() alone, and raise an
exception on the SIGABRT signal.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to