From 18657270f84b99113f93c2b4db1ce3d237ed9ceb Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Thu, 9 Oct 2014 11:54:58 -0600 Subject: [PATCH] Make _SHGetUserSecurityDescriptor static in the Default Folder ACLs patch. --- ...ell32-Set-the-default-security-attributes-for-user.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/shell32-Default_Folder_ACLs/0001-shell32-Set-the-default-security-attributes-for-user.patch b/patches/shell32-Default_Folder_ACLs/0001-shell32-Set-the-default-security-attributes-for-user.patch index 32d1ba5b..a5bd2516 100644 --- a/patches/shell32-Default_Folder_ACLs/0001-shell32-Set-the-default-security-attributes-for-user.patch +++ b/patches/shell32-Default_Folder_ACLs/0001-shell32-Set-the-default-security-attributes-for-user.patch @@ -1,4 +1,4 @@ -From 26e587fc7479bfc516d95dacba0a3597790ec6f7 Mon Sep 17 00:00:00 2001 +From 2da338393244264d5a5e872b0dd0198cd32e501c Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Tue, 25 Feb 2014 10:44:36 -0700 Subject: shell32: Set the default security attributes for user shell folders. @@ -8,7 +8,7 @@ Subject: shell32: Set the default security attributes for user shell folders. 1 file changed, 100 insertions(+), 1 deletion(-) diff --git a/dlls/shell32/shellpath.c b/dlls/shell32/shellpath.c -index f92d56e..0c0f607 100644 +index f92d56e..ef83065 100644 --- a/dlls/shell32/shellpath.c +++ b/dlls/shell32/shellpath.c @@ -2200,6 +2200,85 @@ cleanup: @@ -65,7 +65,7 @@ index f92d56e..0c0f607 100644 + return ret; +} + -+PSECURITY_DESCRIPTOR _SHGetUserSecurityDescriptor( void ) ++static PSECURITY_DESCRIPTOR _SHGetUserSecurityDescriptor( void ) +{ + PACL dacl = HeapAlloc(GetProcessHeap(), 0, 100); + PSECURITY_DESCRIPTOR sd = NULL, ret = NULL;