diff options
author | S.H <[email protected]> | 2021-02-20 04:10:21 +0900 |
---|---|---|
committer | <[email protected]> | 2021-02-19 11:10:21 -0800 |
commit | 837e77e0202e96060498794ff97a097e5440d148 () | |
tree | c121e6c19d485e201b4439c1018ca0a280c7060f | |
parent | b51e5c2370e1579f1f225ea4cfc9e834b7575944 (diff) |
Fix link msdn.microsoft.com (#4202)
Notes: Merged-By: k0kubun <[email protected]>
-rw-r--r-- | win32/file.c | 2 |
1 files changed, 1 insertions, 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 extensions longer than 3 characters, or total lengths longer than 12 characters. - http://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_extension_size = 3; |