Fix authot in SHCreateSessionKey defintion file.

This commit is contained in:
Erich E. Hoover 2014-07-26 15:55:56 -06:00
parent df56f3b7dd
commit 9561788866
2 changed files with 3 additions and 3 deletions

View File

@ -412,7 +412,7 @@ shell32-Default_Folder_ACLs.ok:
# Patchset shell32-SHCreateSessionKey
# |
# | Included patches:
# | * shell32: Implement SHCreateSessionKey. [by Erich E. Hoover]
# | * shell32: Implement SHCreateSessionKey. [by Dmitry Timoshkov]
# |
# | This patchset fixes the following Wine bugs:
# | * [#35630] SHCreateSessionKey is unimplemented
@ -423,7 +423,7 @@ shell32-Default_Folder_ACLs.ok:
shell32-SHCreateSessionKey.ok:
$(PATCH) < shell32-SHCreateSessionKey/0001-shell32-Implement-SHCreateSessionKey.patch
@( \
echo '+ { "shell32-SHCreateSessionKey", "Erich E. Hoover", "shell32: Implement SHCreateSessionKey." },'; \
echo '+ { "shell32-SHCreateSessionKey", "Dmitry Timoshkov", "shell32: Implement SHCreateSessionKey." },'; \
) > shell32-SHCreateSessionKey.ok
# Patchset shlwapi-UrlCombine

View File

@ -1,4 +1,4 @@
Author: Erich E. Hoover
Author: Dmitry Timoshkov
Subject: shell32: Implement SHCreateSessionKey.
Revision: 1
Fixes: [35630] SHCreateSessionKey not implemented