Merge remote-tracking branch 'origin/patch'

This commit is contained in:
Ryan Kurtz
2026-06-29 06:21:15 -04:00

View File

@@ -210,10 +210,8 @@ public class ShellUtils {
}, },
/** /**
* Plain Windows command-line arguments for the C runtime * Plain Windows command-line arguments for the C runtime
* <p> *
* See <href a= * @see <a href="https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-commandlinetoargvw">CommandLineToArgvWfunction</a>
* "https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-commandlinetoargvw">CommandLineToArgvW
* function</a>
*/ */
WINDOWS { WINDOWS {
/** /**