mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +08:00
In addition: - `IS_PATH_SEPARATOR(*--End)` -> `--End; IS_PATH_SEPARATOR(*End)` fix, - Use SIZE_T type for `WorstCaseLength` and `NamePlusExtLength`.