From ee1189fcefca5e8af7f55071e09a69a7c9ed9d16 Mon Sep 17 00:00:00 2001 From: love-code-yeyixiao <188240888@qq.com> Date: Sun, 5 May 2024 14:02:00 +0800 Subject: [PATCH] fix --- Sandboxie/core/drv/process_force.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sandboxie/core/drv/process_force.c b/Sandboxie/core/drv/process_force.c index f4b507f9..c83daf75 100644 --- a/Sandboxie/core/drv/process_force.c +++ b/Sandboxie/core/drv/process_force.c @@ -1394,7 +1394,7 @@ _FX BOX *Process_CheckForceProcess( return box->box; } if (Process_IsWindowsExplorerParent(Parent) && wcscmp(Conf_Get(NULL, L"ForceExplorerChild", 0), box->box->name)==0) { - if(wcsicmp(name,L"Sandman.exe")!=0) + if(_wcsicmp(name,L"Sandman.exe")!=0) return box->box; } box = List_Next(box);