mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Support building on Windows with Clang MSVC target
This commit is contained in:
parent
ece6fc97ff
commit
61709e6101
174 changed files with 991 additions and 320 deletions
|
@ -85,10 +85,12 @@ static Class boxClass(int64_t foo)
|
|||
}
|
||||
- (void) rethrow
|
||||
{
|
||||
#if defined(WITH_UNWIND)
|
||||
struct _Unwind_Exception *re = ex;
|
||||
// We aren't allowed to hold onto the exception if it's been rethrown.
|
||||
ex = 0;
|
||||
_Unwind_Resume_or_Rethrow(re);
|
||||
#endif
|
||||
}
|
||||
- (void) dealloc
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue