mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
ntoskrnl-InStackQueuedSpinLock: Use the correct macro.
This commit is contained in:
parent
73cb57f5b9
commit
3b947eae95
@ -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)
|
||||
|
@ -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:"
|
||||
|
@ -1 +1 @@
|
||||
Wine Staging 2.3
|
||||
Wine Staging 2.4 (unreleased)
|
||||
|
Loading…
x
Reference in New Issue
Block a user