joankaradimov/mingw-try-except

Why not merge it into mingw?

lvyitianshi opened this issue · 0 comments

I'm a novice programmer, so some of my words can be silly. I've been looking for __try and __except in mingw that use the same usage as Microsoft specific extensions, but there are only __try1 and __except1 in mingw, and its syntax is so different from __try and __except that I can't learn and use seh by looking at Microsoft official documentation. If your header file is written correctly, why not merge it into mingw, we should keep the __try1 and __except1, but also have the __try and __except that are used in the same way as Microsoft specific extensions, and I would prefer to have the same usage __finally and __leave as Microsoft specific extensions if you could. Thanks :)