"Dimitrie O. Paun" dpaun@rogers.com writes:
So we can break the patch in two steps:
- include <assert.h> in 'wine/debug.h', and get rid of all other '#include <assert.h>' from the tree
- 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.