mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Rebase against b201cd518f3448553c31e329d5504b94f21d84ce.
This commit is contained in:
parent
b17a3d6c54
commit
f247cd5d6b
@ -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;
|
||||
|
@ -1 +1 @@
|
||||
10bb431e0d0760d72921106c7607d66808b939bb
|
||||
b201cd518f3448553c31e329d5504b94f21d84ce
|
||||
|
Loading…
x
Reference in New Issue
Block a user