-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Cleanup documentation URLs #6117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
ac8eb14
7be0308
3674628
b49b1c9
8f291c8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,10 +14,9 @@ | |
| // | ||
| // Entry: | ||
| // LPCWSTR LocaleName - locale context for the comparison. | ||
| // DWORD dwCmpFlags - see https://aka.ms/stl/comparestringex | ||
| // DWORD dwCmpFlags - https://learn.microsoft.com/windows/win32/api/stringapiset/nf-stringapiset-comparestringex | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. These two URLs are different from the other two
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, there were two pairs of URLs. I replaced each with what they expand to, then dropped the |
||
| // LPCWSTR lpStringn - wide string to be compared | ||
| // int cchCountn - wide char (word) count (NOT including null terminator) | ||
| // (-1 if null terminated) | ||
| // int cchCountn - wide char (word) count (NOT including null terminator) (-1 if null terminated) | ||
| // | ||
| // Exit: | ||
| // Success: 1 - if lpString1 < lpString2 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.