Rebase against b201cd518f3448553c31e329d5504b94f21d84ce.

This commit is contained in:
Alistair Leslie-Hughes 2025-03-13 16:44:46 +11:00
parent b17a3d6c54
commit f247cd5d6b
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -1 +1 @@
10bb431e0d0760d72921106c7607d66808b939bb
b201cd518f3448553c31e329d5504b94f21d84ce