coreclr_hosting_shared/
consts.rs

1use super::size_t;
2
3/// The maximum path length on windows platforms ([kind of / not really](https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd)).
4pub const MAX_PATH: size_t = 260;