From 309e3ef7000169f33242824810339b03061c162b Mon Sep 17 00:00:00 2001 From: love-code-yeyixiao <188240888@qq.com> Date: Mon, 11 Mar 2024 22:13:31 +0800 Subject: [PATCH] Fix --- Sandboxie/core/dll/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sandboxie/core/dll/gui.c b/Sandboxie/core/dll/gui.c index 094625db..5654340c 100644 --- a/Sandboxie/core/dll/gui.c +++ b/Sandboxie/core/dll/gui.c @@ -437,8 +437,8 @@ _FX BOOLEAN Gui_Init(HMODULE module) GUI_IMPORT___(BitBlt); GUI_IMPORT___(StretchBlt); GUI_IMPORT___(TransparentBlt); - GUI_IMPORT___(CreateDCA); - GUI_IMPORT___(CreateDCW); + // GUI_IMPORT___(CreateDCA); + // GUI_IMPORT___(CreateDCW); GUI_IMPORT___(GetWindowThreadProcessId); GUI_IMPORT___(SetThreadDesktop); GUI_IMPORT___(SwitchDesktop);