mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[PSEH] Fix use of dummy implementation in C++
This commit is contained in:
parent
07dcec0325
commit
d312ef234b
1 changed files with 7 additions and 0 deletions
|
@ -43,8 +43,15 @@
|
|||
|
||||
#elif defined(_USE_DUMMY_PSEH) || defined (__arm__) || defined(_M_AMD64)
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern"C"
|
||||
{
|
||||
#endif
|
||||
extern int _SEH2_Volatile0;
|
||||
extern int _SEH2_VolatileExceptionCode;
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
||||
#define _SEH2_TRY \
|
||||
_Pragma("GCC diagnostic push") \
|
||||
|
|
Loading…
Reference in a new issue