On October 26, 2002 12:54 pm, Alexandre Julliard wrote:
A better approach would be to leave assert() alone, and raise an exception on the SIGABRT signal.
Interesting, I didn't know abort() raised SIGABRT. That's cool, and works better in general, particularly for winelib apps.