diff --git a/patches/ntdll-Junction_Points/0019-kernel32-Implement-CreateSymbolicLink-A-W-with-ntdll.patch b/patches/ntdll-Junction_Points/0019-kernel32-Implement-CreateSymbolicLink-A-W-with-ntdll.patch index d1004123..c4eba389 100644 --- a/patches/ntdll-Junction_Points/0019-kernel32-Implement-CreateSymbolicLink-A-W-with-ntdll.patch +++ b/patches/ntdll-Junction_Points/0019-kernel32-Implement-CreateSymbolicLink-A-W-with-ntdll.patch @@ -194,7 +194,7 @@ index 2c261e0f57d..562440f4f8b 100644 + + TRACE( "(%s %s %ld): stub\n", debugstr_w(link), debugstr_w(target), flags ); + -+ is_relative = (RtlDetermineDosPathNameType_U( target ) == RELATIVE_PATH); ++ is_relative = (RtlDetermineDosPathNameType_U( target ) == RtlPathTypeRelative); + is_dir = (flags & SYMBOLIC_LINK_FLAG_DIRECTORY); + if (is_dir && !CreateDirectoryW( link, NULL )) + return FALSE; diff --git a/staging/upstream-commit b/staging/upstream-commit index 56a1ad53..3d488eb8 100644 --- a/staging/upstream-commit +++ b/staging/upstream-commit @@ -1 +1 @@ -10bb431e0d0760d72921106c7607d66808b939bb +b201cd518f3448553c31e329d5504b94f21d84ce