Rebase against 6b816b8969576a931af25fe5cc32326f03bb7359.

This commit is contained in:
Alistair Leslie-Hughes
2022-12-06 11:42:36 +11:00
parent cc4bced66e
commit d269579b4b
5 changed files with 31 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
From 5d9bbd0a9af79752f777975a53837af52b5539cf Mon Sep 17 00:00:00 2001
From e62cf6e3f75669dd83486af4c8c826d4221a5f92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Mon, 8 May 2017 23:33:45 +0200
Subject: [PATCH] shell32: Add security property tab.
@@ -11,7 +11,7 @@ Subject: [PATCH] shell32: Add security property tab.
4 files changed, 438 insertions(+), 1 deletion(-)
diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in
index 9e2395126fc..f233acca65a 100644
index 13af5aa0dfc..e743bed9ca2 100644
--- a/dlls/shell32/Makefile.in
+++ b/dlls/shell32/Makefile.in
@@ -1,6 +1,6 @@
@@ -19,7 +19,7 @@ index 9e2395126fc..f233acca65a 100644
IMPORTLIB = shell32
-IMPORTS = uuid shlwapi user32 gdi32 advapi32
+IMPORTS = uuid shlwapi user32 gdi32 advapi32 aclui
DELAYIMPORTS = ole32 oleaut32 shdocvw version comctl32 gdiplus
DELAYIMPORTS = ole32 oleaut32 shdocvw version comctl32 comdlg32 gdiplus
C_SRCS = \
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
@@ -515,5 +515,5 @@ index 210046e729d..0f3a64f16d2 100644
#define IDS_RECYCLEBIN_FOLDER_NAME 8964
--
2.34.1
2.38.1