mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix link msdn.microsoft.com (#4202)
This commit is contained in:
parent
b51e5c2370
commit
837e77e020
Notes:
git
2021-02-20 04:11:41 +09:00
Merged-By: k0kubun <takashikkbn@gmail.com>
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ replace_to_long_name(wchar_t **wfullpath, size_t size, size_t buffer_size)
|
||||||
This check can be skipped for directory components that have file
|
This check can be skipped for directory components that have file
|
||||||
extensions longer than 3 characters, or total lengths longer than
|
extensions longer than 3 characters, or total lengths longer than
|
||||||
12 characters.
|
12 characters.
|
||||||
http://msdn.microsoft.com/en-us/library/windows/desktop/aa364980(v=vs.85).aspx
|
https://msdn.microsoft.com/en-us/library/windows/desktop/aa364980(v=vs.85).aspx
|
||||||
*/
|
*/
|
||||||
size_t const max_short_name_size = 8 + 1 + 3;
|
size_t const max_short_name_size = 8 + 1 + 3;
|
||||||
size_t const max_extension_size = 3;
|
size_t const max_extension_size = 3;
|
||||||
|
|
Loading…
Reference in a new issue