Update an URL
Change-Id: Ie1b01d3d17f453ae1aa3d53c17e52cd4106e222e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158687 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
parent
0f4be83919
commit
b3c12778aa
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ inline OUString WindowsErrorString(DWORD nErrorCode)
|
|||
|
||||
inline OUString WindowsErrorStringFromHRESULT(HRESULT hr)
|
||||
{
|
||||
// See https://blogs.msdn.microsoft.com/oldnewthing/20061103-07/?p=29133
|
||||
// See https://devblogs.microsoft.com/oldnewthing/20061103-07/?p=29133
|
||||
// Also https://social.msdn.microsoft.com/Forums/vstudio/en-US/c33d9a4a-1077-4efd-99e8-0c222743d2f8
|
||||
// (which refers to https://msdn.microsoft.com/en-us/library/aa382475)
|
||||
// explains why can't we just reinterpret_cast HRESULT to DWORD Win32 error:
|
||||
|
|
Loading…
Reference in a new issue