ntoskrnl-InStackQueuedSpinLock: Use the correct macro.

This commit is contained in:
Sebastian Lackner 2017-03-06 22:06:33 +01:00
parent 73cb57f5b9
commit 3b947eae95
3 changed files with 4 additions and 4 deletions

View File

@ -34,8 +34,8 @@ index b8f6a25714a..8cda7b70388 100644
+/***********************************************************************
+ * KeReleaseInStackQueuedSpinLock (NTOSKRNL.EXE.@)
+ */
+#ifdef DEFINE_FASTCALL2_ENTRYPOINT
+DEFINE_FASTCALL2_ENTRYPOINT( KeReleaseInStackQueuedSpinLock )
+#ifdef DEFINE_FASTCALL1_ENTRYPOINT
+DEFINE_FASTCALL1_ENTRYPOINT( KeReleaseInStackQueuedSpinLock )
+void WINAPI __regs_KeReleaseInStackQueuedSpinLock(KLOCK_QUEUE_HANDLE *handle)
+#else
+void WINAPI KeReleaseInStackQueuedSpinLock(KLOCK_QUEUE_HANDLE *handle)

View File

@ -58,7 +58,7 @@ upstream_commit()
# Show version information
version()
{
echo "Wine Staging 2.3"
echo "Wine Staging 2.4 (unreleased)"
echo "Copyright (C) 2014-2017 the Wine Staging project authors."
echo ""
echo "Patchset to be applied on upstream Wine:"

View File

@ -1 +1 @@
Wine Staging 2.3
Wine Staging 2.4 (unreleased)