kernel32-GetSystemTimes: Fix some issues in the patchset.

This commit is contained in:
Sebastian Lackner
2014-09-09 16:14:39 +02:00
parent 797ead4b3c
commit 774f0634ba
5 changed files with 45 additions and 40 deletions

View File

@@ -365,7 +365,7 @@ kernel32-GetFinalPathNameByHandle.ok:
# Patchset kernel32-GetSystemTimes
# |
# | Included patches:
# | * Implement GetSystemTimes. [by Louis Lenders / Erich E. Hoover]
# | * Implement GetSystemTimes. [rev 2, by Louis Lenders / Erich E. Hoover]
# |
# | This patchset fixes the following Wine bugs:
# | * [#19813] Support for GetSystemTimes
@@ -378,7 +378,7 @@ kernel32-GetSystemTimes.ok:
$(call APPLY_FILE,kernel32-GetSystemTimes/0001-kernel32-Add-tests-for-GetSystemTimes.patch)
$(call APPLY_FILE,kernel32-GetSystemTimes/0002-kernel32-Implement-GetSystemTimes.patch)
@( \
echo '+ { "kernel32-GetSystemTimes", "Louis Lenders / Erich E. Hoover", "Implement GetSystemTimes." },'; \
echo '+ { "kernel32-GetSystemTimes", "Louis Lenders / Erich E. Hoover", "Implement GetSystemTimes. [rev 2]" },'; \
) > kernel32-GetSystemTimes.ok
# Patchset kernel32-GetVolumePathName