https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d31856cda15b477ab597c039f782df97b208c805

commit d31856cda15b477ab597c039f782df97b208c805
Author:     Jérôme Gardou <[email protected]>
AuthorDate: Fri Apr 23 16:22:01 2021 +0200
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Wed Apr 28 13:10:23 2021 +0200

    [CRT] Do not include unneeded PSEH header
---
 sdk/lib/crt/include/internal/wine/cppexcept.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sdk/lib/crt/include/internal/wine/cppexcept.h 
b/sdk/lib/crt/include/internal/wine/cppexcept.h
index d4dbbee2f34..b2c98ddc7ac 100644
--- a/sdk/lib/crt/include/internal/wine/cppexcept.h
+++ b/sdk/lib/crt/include/internal/wine/cppexcept.h
@@ -21,8 +21,6 @@
 #ifndef __MSVCRT_CPPEXCEPT_H
 #define __MSVCRT_CPPEXCEPT_H
 
-#include <pseh/pseh2.h>
-
 #define CXX_FRAME_MAGIC_VC6 0x19930520
 #define CXX_FRAME_MAGIC_VC7 0x19930521
 #define CXX_FRAME_MAGIC_VC8 0x19930522

Reply via email to