Updated ntdll-futex-condition-var patchset

This commit is contained in:
Alistair Leslie-Hughes 2018-08-10 19:59:21 +10:00
parent af0347a0f2
commit 49f93040fe

View File

@ -160,7 +160,7 @@ index 8e406ce..09ecec5 100644
+ return STATUS_NOT_IMPLEMENTED;
+}
+
+static inline NTSTATUS fast_wake( RTL_CRITICAL_SECTION *crit )
+static inline NTSTATUS fast_wake( RTL_CONDITION_VARIABLE *variable, int val )
+{
+ return STATUS_NOT_IMPLEMENTED;
+}