From 57f464df653f45da4aabb79accb6359aaac57b6c Mon Sep 17 00:00:00 2001
From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com>
Date: Sat, 20 Apr 2024 13:37:58 +0200
Subject: [PATCH] fix
---
CHANGELOG.md | 1 +
Sandboxie/core/dll/gui_p.h | 2 +-
SandboxiePlus/SandMan/Forms/OptionsWindow.ui | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4ffc64c..77fe66e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- fixed issues with updater broke with new qt due to missing SSL support [3810](https://github.com/sandboxie-plus/Sandboxie/discussions/3810)
- fixed Enabling "DropAdminRights/FakeAdminRights" adds "BlockInterferePower and ForceProtectionOnMount" to the INI [#3825](https://github.com/sandboxie-plus/Sandboxie/issues/3825)
- fixed KeePass "Out of Memory" crash due to "BlockScreenCapture=y" [#3768](https://github.com/sandboxie-plus/Sandboxie/issues/3768)
+- fixed Sandboxie 1.13.4 with IsBlockCapture=y brakes on Windows 7 [#3769](https://github.com/sandboxie-plus/Sandboxie/issues/3769)
diff --git a/Sandboxie/core/dll/gui_p.h b/Sandboxie/core/dll/gui_p.h
index 03afd243..8f2c3edf 100644
--- a/Sandboxie/core/dll/gui_p.h
+++ b/Sandboxie/core/dll/gui_p.h
@@ -57,7 +57,7 @@
#define WM_DDE_LAST (WM_DDE_FIRST+8)
#define GET_WIN_API(name, lib) \
- P_##name name = Ldr_GetProcAddrNew(lib, #name, #name); \
+ P_##name name = Ldr_GetProcAddrNew(lib, L#name, #name); \
if(!name) return NULL;
//---------------------------------------------------------------------------
diff --git a/SandboxiePlus/SandMan/Forms/OptionsWindow.ui b/SandboxiePlus/SandMan/Forms/OptionsWindow.ui
index 19f1d0e0..1e848ff7 100644
--- a/SandboxiePlus/SandMan/Forms/OptionsWindow.ui
+++ b/SandboxiePlus/SandMan/Forms/OptionsWindow.ui
@@ -7,7 +7,7 @@
0
0
785
- 539
+ 557
@@ -823,17 +823,17 @@
Prevent move mouse, bring in front, and simmilar operations, this is likely to cause issues with games.
- Prevent interference with the user interface (Experimental, see tooltop)
+ Prevent interference with the user interface (Experimental)
-
- This feature does not block all means of optaining a screen capture only some common once, also it may cause UI glitches
+ This feature does not block all means of optaining a screen capture only some common once.
- Prevent sandboxed processes from capturing window images (Experimental, see tooltip)
+ Prevent sandboxed processes from capturing window images (Experimental, may cause UI glitches)