Fix formatting
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
eccefd9704
commit
988629da1d
@ -1134,10 +1134,11 @@ SetThreadName(DWORD dwThreadID, const char* threadName)
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
__try {
|
__try
|
||||||
RaiseException (MS_VC_EXCEPTION, 0, sizeof (info)/sizeof (ULONG_PTR), info);
|
{
|
||||||
}
|
RaiseException (MS_VC_EXCEPTION, 0, sizeof (info) / sizeof (ULONG_PTR),
|
||||||
__except (NO_ERROR) {
|
info);
|
||||||
}
|
}
|
||||||
|
__except (NO_ERROR)
|
||||||
__endtry
|
__endtry
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user