You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 allows you to opt-out of the MAX_PATH limit for file operations, but Sys.cpp makes use of MAX_PATH for stack allocated path buffers. It would be nice to be able to support these long Windows paths.
Windows 10 allows you to opt-out of the
MAX_PATHlimit for file operations, but Sys.cpp makes use ofMAX_PATHfor stack allocated path buffers. It would be nice to be able to support these long Windows paths.