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

commit 2baf7b52204833a5697295c43f6fd6b17058fa61
Author:     Hervé Poussineau <hpous...@reactos.org>
AuthorDate: Sun Apr 7 19:16:04 2019 +0200
Commit:     Hervé Poussineau <hpous...@reactos.org>
CommitDate: Sun Apr 7 19:28:18 2019 +0200

    [SDK] Fix _SEH2_AbnormalTermination() macro in dummy SEH
---
 sdk/include/reactos/libs/pseh/pseh2.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdk/include/reactos/libs/pseh/pseh2.h 
b/sdk/include/reactos/libs/pseh/pseh2.h
index ad3f1f2fbc..1bbce6949a 100644
--- a/sdk/include/reactos/libs/pseh/pseh2.h
+++ b/sdk/include/reactos/libs/pseh/pseh2.h
@@ -48,7 +48,7 @@ extern int _SEH2_VolatileExceptionCode;
 #define _SEH2_END }
 #define _SEH2_GetExceptionInformation()
 #define _SEH2_GetExceptionCode() _SEH2_VolatileExceptionCode
-#define _SEH2_AbnormalTermination()
+#define _SEH2_AbnormalTermination() (0)
 #define _SEH2_YIELD(STMT_) STMT_
 #define _SEH2_LEAVE
 #define _SEH2_VOLATILE volatile

Reply via email to