Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! mingw: remove 248-char limit when creating directories
Actually, this commit was totally misguided. The path length limit for non-long paths (at least before Windows 10 build 1067 with long paths opted in) *is* 248, and we still want to convert to Root Local Device Path if that limit is reached. I misread the intention of the code when I made that patch to "remove the 248-char limit", thinking that there was a hard limit to 248 characters even in the long path case, which was incorrect. Simply revert that commit and be done. This fixes #1084 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
- Loading branch information