mirror of
https://github.com/reactos/reactos.git
synced 2026-09-10 03:11:06 +08:00
In addition: - `IS_PATH_SEPARATOR(*--End)` -> `--End; IS_PATH_SEPARATOR(*End)` fix, - Use SIZE_T type for `WorstCaseLength` and `NamePlusExtLength`.