ReactOS
0.4.16-dev-747-gbc52d5f
seh.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft. All rights reserved.
2
// Licensed under the MIT license. See LICENSE file in the project root for
3
// full license information.
4
5
#include "stdio.h"
6
7
#if ( _MSC_VER >= 800 )
8
9
#define try __try
10
#define except __except
11
#define finally __finally
12
#define leave __leave
13
#define endtry
14
#define gcc_volatile
15
16
#else
17
18
#include <
pseh/pseh2.h
>
19
20
#define try _SEH2_TRY
21
#define except _SEH2_EXCEPT
22
#define finally _SEH2_FINALLY
23
#define leave _SEH2_LEAVE
24
#define endtry _SEH2_END
25
#define abnormal_termination _abnormal_termination
26
#define gcc_volatile volatile
27
28
#endif
pseh2.h
modules
rostests
apitests
compiler
ms
seh
seh.h
Generated on Sat Feb 15 2025 06:07:03 for ReactOS by
1.9.6