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