[RFC] creating Wine's own 'assert' variant

Alexandre Julliard julliard at winehq.com
Sat Oct 26 11:54:37 CDT 2002


"Dimitrie O. Paun" <dpaun at rogers.com> 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
julliard at winehq.com



More information about the wine-devel mailing list