mirror of
https://github.com/curl/curl.git
synced 2026-07-25 21:27:18 +03:00
tidy-up: use consistent casing for Windows directories
C:\Windows\System32 Closes #13832
This commit is contained in:
parent
30c235f395
commit
dace891e38
4 changed files with 11 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue