From 09de4fb4120cafa6342437caec633d20f9cc0154 Mon Sep 17 00:00:00 2001 From: love-code-yeyixiao <188240888@qq.com> Date: Sat, 16 Mar 2024 17:09:35 +0800 Subject: [PATCH] Fix. --- Sandboxie/core/dll/gui_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Sandboxie/core/dll/gui_p.h b/Sandboxie/core/dll/gui_p.h index 9af4b9d0..4bd3b21e 100644 --- a/Sandboxie/core/dll/gui_p.h +++ b/Sandboxie/core/dll/gui_p.h @@ -599,7 +599,6 @@ GUI_SYS_VAR(GetDCEx) GUI_SYS_VAR(GetWindowDC) GUI_SYS_VAR(ReleaseDC) GUI_SYS_VAR(PrintWindow) -GUI_SYS_VAR(DeleteDC) GUI_SYS_VAR(BitBlt) GUI_SYS_VAR(StretchBlt) GUI_SYS_VAR(TransparentBlt)