diff options
Diffstat (limited to 'winsup/cygwin/release/1.7.27')
-rw-r--r-- | winsup/cygwin/release/1.7.27 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.27 b/winsup/cygwin/release/1.7.27 index 5edb9d069..48f095d14 100644 --- a/winsup/cygwin/release/1.7.27 +++ b/winsup/cygwin/release/1.7.27 @@ -1,3 +1,12 @@ +What changed: +------------- + +- Don't create native symlinks with target paths having long path prefixes + "\\?\" if the target path is shorter than MAX_PATH characters. This works + around a Windows 8.1 bug: The ShellExecuteW fails if the lpFile parameter + points to a native NTFS symlink with a target path prefixed with "\\?\". + + Bug Fixes --------- |