26 Oct
2002
26 Oct
'02
4:54 p.m.
"Dimitrie O. Paun" <dpaun(a)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(a)winehq.com