Update patch to create additional profile directories.

This commit is contained in:
Michael Müller
2014-07-28 02:00:50 +02:00
parent 26302e61a3
commit c0f05edf66
5 changed files with 195 additions and 63 deletions

View File

@@ -503,20 +503,21 @@ shell32-Default_Folder_ACLs.ok:
# Patchset shell32-Register_Folders
# |
# | Included patches:
# | * Create AppData\LocalLow in user profile directory. [by Michael Müller]
# | * Create additional profile directories available in vista and above. [rev 2, by Michael Müller]
# |
# | This patchset fixes the following Wine bugs:
# | * [#22896] Multiple applications and games need support for shell32 FOLDERID_LocalAppDataLow (.NET based Unity Engine
# | games, Java JRE 6 in Vista mode)
# | * [#28312] Assassin's Creed Brotherhood v1.03 needs "Saved Games" folder
# |
# | Modified files:
# | * dlls/shell32/shellpath.c, include/shlobj.h
# |
.INTERMEDIATE: shell32-Register_Folders.ok
shell32-Register_Folders.ok:
$(PATCH) < shell32-Register_Folders/0001-shell32-create-AppData-LocalLow-directory.patch
$(PATCH) < shell32-Register_Folders/0001-shell32-Create-profile-directories-available-in-Vist.patch
@( \
echo '+ { "shell32-Register_Folders", "Michael Müller", "Create AppData\\\\LocalLow in user profile directory." },'; \
echo '+ { "shell32-Register_Folders", "Michael Müller", "Create additional profile directories available in vista and above. [rev 2]" },'; \
) > shell32-Register_Folders.ok
# Patchset shell32-SHCreateSessionKey