From 64656a08f776363613fe53f09c853ddd19bdd163 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 23 Dec 2012 21:42:55 +0000 Subject: [PATCH] [PSEH] Add missing definition of _SEH2_VOLATILE. svn path=/trunk/; revision=57983 --- reactos/include/reactos/libs/pseh/pseh2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/reactos/libs/pseh/pseh2.h b/reactos/include/reactos/libs/pseh/pseh2.h index fc640cc8a22..b2666585f6b 100644 --- a/reactos/include/reactos/libs/pseh/pseh2.h +++ b/reactos/include/reactos/libs/pseh/pseh2.h @@ -413,6 +413,7 @@ static inline __attribute__((always_inline)) __attribute__((returns_twice)) void __SEH_END_SCOPE_CHAIN; +#define _SEH2_VOLATILE volatile #else #error no PSEH support