Re: [Mingw-w64-public] [PATCH] Add status and error codes for case sensitive dirs

2021-12-02 Thread JonY via Mingw-w64-public
On 12/2/21 16:50, Corinna Vinschen wrote: Removing the "case-sensitive" flag from a directory containing files which only differ by case (e.g. "foo" and "Foo") is refused with the status code STATUS_CASE_DIFFERING_NAMES_IN_DIR. This patch adds the status code and it's Windows subsystem error co

[Mingw-w64-public] [PATCH] Add status and error codes for case sensitive dirs

2021-12-02 Thread Corinna Vinschen
Removing the "case-sensitive" flag from a directory containing files which only differ by case (e.g. "foo" and "Foo") is refused with the status code STATUS_CASE_DIFFERING_NAMES_IN_DIR. This patch adds the status code and it's Windows subsystem error code. Signed-off-by: Corinna Vinschen --- m