mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +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
|
@ -1,6 +1,6 @@
|
|||
#include "shelltest.h"
|
||||
|
||||
// + Adapted from https://blogs.msdn.microsoft.com/oldnewthing/20130503-00/?p=4463/
|
||||
// + Adapted from https://devblogs.microsoft.com/oldnewthing/20130503-00/?p=4463
|
||||
// In short: We want to create an IDLIST from an item that does not exist,
|
||||
// so we have to provide WIN32_FIND_DATAW in a bind context.
|
||||
// If we don't, the FS will be queried, and we do not get a valid IDLIST for a non-existing path.
|
||||
|
@ -92,4 +92,4 @@ PathToIDList(LPCWSTR pszPath, ITEMIDLIST** ppidl)
|
|||
}
|
||||
}
|
||||
|
||||
// - Adapted from https://blogs.msdn.microsoft.com/oldnewthing/20130503-00/?p=4463/
|
||||
// - Adapted from https://devblogs.microsoft.com/oldnewthing/20130503-00/?p=4463
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue