You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Update patch to create additional profile directories.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user