From c45d7aca75211434651745059647f4c29bac7ec6 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 14 Aug 2023 16:01:22 +0200 Subject: [PATCH] Fix plugin crash regression due to CET enhancement Regression is introduced by: "Enable optimization flags & CET" (eef91b0) Ref:https://community.notepad-plus-plus.org/post/88577 --- PowerEditor/visual.net/notepadPlus.Cpp.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerEditor/visual.net/notepadPlus.Cpp.props b/PowerEditor/visual.net/notepadPlus.Cpp.props index b9681f39b..26609f63a 100644 --- a/PowerEditor/visual.net/notepadPlus.Cpp.props +++ b/PowerEditor/visual.net/notepadPlus.Cpp.props @@ -136,7 +136,7 @@ copy "..\src\contextMenu.xml" "$(OutDir)contextMenu.xml" MachineX86 6.00 - true + false @@ -144,7 +144,7 @@ copy "..\src\contextMenu.xml" "$(OutDir)contextMenu.xml" MachineX64 6.00 true - true + false