diff options
author | Bartosz Sosnowski <bartosz@janeasystems.com> | 2020-04-28 18:06:04 +0200 |
---|---|---|
committer | Bartosz Sosnowski <bartosz@janeasystems.com> | 2020-04-28 18:06:42 +0200 |
commit | da7e50bbd843a9278c57fc1f90cb4cbbd5fba169 (patch) | |
tree | 160044cc2c55421a75b8e67aa8ad9526ef113cdf /docs/src | |
parent | 4d3779c08c54b142680c9394f19346735b696c99 (diff) | |
download | libuv-da7e50bbd843a9278c57fc1f90cb4cbbd5fba169.tar.gz libuv-da7e50bbd843a9278c57fc1f90cb4cbbd5fba169.zip |
win: remove MAX_PATH limitations
Since Windows 10 1607 some WinApi functions no longer have a MAX_PATH
limit on the filenames length. This removes this hard-coded path length
limit from various places in libuv, switching to dynamically allocating
string buffers.
Fixes: https://github.com/libuv/libuv/issues/2331
PR-URL: https://github.com/libuv/libuv/pull/2788
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'docs/src')
0 files changed, 0 insertions, 0 deletions