Paul Gofman pgofman@codeweavers.com writes:
+/**********************************************************************
RtlGetExtendedContextLength2 (NTDLL.@)
- */
+ULONG64 WINAPI RtlGetExtendedContextLength2( ULONG context_flags, ULONG *length, ULONG64 compaction_mask )
Surely this should return NTSTATUS.