]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tidy-up: use consistent casing for Windows directories
authorViktor Szakats <commit@vsz.me>
Thu, 30 May 2024 10:26:12 +0000 (12:26 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 30 May 2024 12:40:12 +0000 (14:40 +0200)
C:\Windows\System32

Closes #13832

.github/workflows/windows.yml
docs/SSLCERTS.md
projects/README.md
src/tool_doswin.c

index 7a4006bcf255fc5d3d5ec25ba5698576f61256c0..2648257dec60fbfc8c8c0f9024ef48d086b5c44f 100644 (file)
@@ -67,7 +67,7 @@ jobs:
         timeout-minutes: 5
         shell: C:\cygwin\bin\bash.exe '{0}'
         run: |
-          export PATH="/usr/bin:$(cygpath ${SYSTEMROOT})/system32"
+          export PATH="/usr/bin:$(cygpath ${SYSTEMROOT})/System32"
           autoreconf -fi
           mkdir bld && cd bld && ../configure --enable-warnings --enable-werror \
             --prefix="${HOME}"/install \
@@ -116,7 +116,7 @@ jobs:
         timeout-minutes: 5
         shell: C:\cygwin\bin\bash.exe '{0}'
         run: |
-          export PATH="/usr/bin:$(cygpath ${SYSTEMROOT})/system32"
+          export PATH="/usr/bin:$(cygpath ${SYSTEMROOT})/System32"
           cmake -B bld ${options} \
             "-DCMAKE_C_FLAGS=${cflags}" \
             -DCMAKE_UNITY_BUILD=ON \
index 5edd5c477652c42b9c6f62a96f03586aba91fa59..ba349ed63906f042da490f5df137b7c917db3cba 100644 (file)
@@ -117,8 +117,8 @@ server, do one of the following:
     order:
       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%
 
  5. Get another CA cert bundle. One option is to extract the one a recent
index 4c4ea6ec647f624037c56041b3582734fb11eb30..c8aa0f24bbe6270eb13c32f505d163d345f777eb 100644 (file)
@@ -104,29 +104,29 @@ environment. To do that:
  1. Open the 'curl-all.sln' or 'curl.sln' solutions
  2. Right-click on the 'curl' project and select Properties
  3. Navigate to 'Configuration Properties > Debugging > Environment'
- 4. Add `PATH='Path to DLL';C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem`
+ 4. Add `PATH='Path to DLL';C:\Windows\System32;C:\Windows;C:\Windows\System32\Wbem`
 
 ... where 'Path to DLL` is the configuration specific path. For example the
 following configurations in Visual Studio 2010 might be:
 
 DLL Debug - DLL OpenSSL (Win32):
 
-    PATH=..\..\..\..\..\openssl\build\Win32\VC10\DLL Debug;C:\Windows\system32;
+    PATH=..\..\..\..\..\openssl\build\Win32\VC10\DLL Debug;C:\Windows\System32;
     C:\Windows;C:\Windows\System32\Wbem
 
 DLL Debug - DLL OpenSSL (x64):
 
-    PATH=..\..\..\..\..\openssl\build\Win64\VC10\DLL Debug;C:\Windows\system32;
+    PATH=..\..\..\..\..\openssl\build\Win64\VC10\DLL Debug;C:\Windows\System32;
     C:\Windows;C:\Windows\System32\Wbem
 
 DLL Debug - DLL wolfSSL (Win32):
 
-    PATH=..\..\..\..\..\wolfssl\build\Win32\VC10\DLL Debug;C:\Windows\system32;
+    PATH=..\..\..\..\..\wolfssl\build\Win32\VC10\DLL Debug;C:\Windows\System32;
     C:\Windows;C:\Windows\System32\Wbem
 
 DLL Debug - DLL wolfSSL (x64):
 
-    PATH=..\..\..\..\..\wolfssl\build\Win64\VC10\DLL Debug;C:\Windows\system32;
+    PATH=..\..\..\..\..\wolfssl\build\Win64\VC10\DLL Debug;C:\Windows\System32;
     C:\Windows;C:\Windows\System32\Wbem
 
 If you are using a configuration that uses multiple third-party library DLLs
index db2b8b78ac121050ad928482295d52f672ba1ed4..f36f8a67236112171c7b6e72e70db2d738c2dade 100644 (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: