tidy-up: use consistent casing for Windows directories

C:\Windows\System32

Closes #13832
This commit is contained in:
Viktor Szakats 2024-05-30 12:26:12 +02:00
parent 30c235f395
commit dace891e38
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 11 additions and 11 deletions

View file

@ -606,8 +606,8 @@ char **__crt0_glob_function(char *arg)
* The order of the directories it searches is:
* 1. application's directory
* 2. current working directory
* 3. Windows System directory (e.g. C:\windows\system32)
* 4. Windows Directory (e.g. C:\windows)
* 3. Windows System directory (e.g. C:\Windows\System32)
* 4. Windows Directory (e.g. C:\Windows)
* 5. all directories along %PATH%
*
* For WinXP and later search order actually depends on registry value: