mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[REACTOS] Refresh old URLs (#7632)
URLs are getting old. We have to update URLs for documentation purpose. JIRA issue: CORE-19963 - Refresh old URLs. - Add " (DEAD_LINK)" labels to dead links. - Use MS Learn links rather than MSDN ones. - Some dead links revived by Web Archive. - Don't change Wine Tests and Wine Sync. - Don't change 3rd party libraries. - Don't append "redirected" labels.
This commit is contained in:
parent
9a9aa6fdb9
commit
fe11f7a2e5
187 changed files with 303 additions and 305 deletions
|
@ -208,7 +208,7 @@ void __getmainargs(int* argc, char*** argv, char*** env, int expand_wildcards, i
|
|||
len = strlen(_acmdln);
|
||||
buffer = malloc(sizeof(char) * len);
|
||||
|
||||
// Reference: https://msdn.microsoft.com/en-us/library/a1y7w461.aspx
|
||||
// Reference: https://learn.microsoft.com/en-us/cpp/c-language/parsing-c-command-line-arguments?view=msvc-170
|
||||
while (TRUE)
|
||||
{
|
||||
// Arguments are delimited by white space, which is either a space or a tab.
|
||||
|
@ -355,7 +355,7 @@ void __wgetmainargs(int* argc, wchar_t*** wargv, wchar_t*** wenv,
|
|||
len = wcslen(_wcmdln);
|
||||
buffer = malloc(sizeof(wchar_t) * len);
|
||||
|
||||
// Reference: https://msdn.microsoft.com/en-us/library/a1y7w461.aspx
|
||||
// Reference: https://learn.microsoft.com/en-us/cpp/c-language/parsing-c-command-line-arguments?view=msvc-170
|
||||
while (TRUE)
|
||||
{
|
||||
// Arguments are delimited by white space, which is either a space or a tab.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue