Added patch with stubs for WinSqm[Start|End]Session.

This commit is contained in:
Erich E. Hoover
2015-01-02 14:28:56 -07:00
parent aa13fb8472
commit 63a6c00152
5 changed files with 156 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ PATCHLIST := \
ntdll-ThreadTime.ok \
ntdll-User_Shared_Data.ok \
ntdll-WRITECOPY.ok \
ntdll-WinSqm.ok \
ntoskrnl-Emulator.ok \
ntoskrnl-Irp_Status.ok \
ntoskrnl-KeSetSystemAffinityThread.ok \
@@ -1297,6 +1298,21 @@ ntdll-WRITECOPY.ok:
echo '+ { "Michael Müller", "ntdll: Only enable true WRITECOPY protection when a special environment variable is set.", 1 },'; \
) > ntdll-WRITECOPY.ok
# Patchset ntdll-WinSqm
# |
# | This patchset fixes the following Wine bugs:
# | * [#31971] ntdll is missing WinSqm[Start|End]Session implementation
# |
# | Modified files:
# | * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/tests/rtl.c
# |
.INTERMEDIATE: ntdll-WinSqm.ok
ntdll-WinSqm.ok:
$(call APPLY_FILE,ntdll-WinSqm/0001-ntdll-Add-stubs-for-WinSqmStartSession-WinSqmEndSess.patch)
@( \
echo '+ { "Erich E. Hoover", "ntdll: Add stubs for WinSqmStartSession / WinSqmEndSession.", 1 },'; \
) > ntdll-WinSqm.ok
# Patchset ntoskrnl-Emulator
# |
# | This patchset fixes the following Wine bugs: