Skip to content

kernel32/tests: Add tests for maximum path length limitation.

Yongjie Yao requested to merge yaoyongjie/wine:filepath-limit into master

In CopyFileEx, and DeleteFile functions, by default, the file name and path are limited to MAX_PATH characters. To extend this limit to 32,767 wide characters, need prepend "\\?\" to the path.

Merge request reports

Loading