Jason Cipriani wrote:
On Wed, Mar 19, 2008 at 12:13 PM, Jason Cipriani
<jason.cipriani@xxxxxxxxx> wrote:
Does GCC have anything similar to the MS and Borland compiler's __try
and __finally keywords? When using GCC I often find that I have code
like this (a moderately complex, and highly contrived, example):
Heh, well, the example wasn't really that complex. I had typed a
weirder one and then simplified it but left this comment in.
The w32api headers in cygwin replicate some of this functionality.