mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[SHELL32] Fix MSVC warning warning C4390 by adding a bit more debug info.
This commit is contained in:
parent
dfa3065e19
commit
1ee511a10c
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ HRESULT CSendToMenu::CreateSendToFiles(LPCWSTR pszSendTo)
|
|||
hr = CreateShellLink(szSendToFile, szTarget, NULL, NULL, NULL,
|
||||
szShell32, -IDI_SHELL_MY_DOCUMENTS, NULL);
|
||||
if (FAILED_UNEXPECTEDLY(hr))
|
||||
;
|
||||
ERR("CreateShellLink(%S, %S) failed!\n", szSendToFile, szTarget);
|
||||
|
||||
/* create desklink */
|
||||
StringCbCopyW(szSendToFile, sizeof(szSendToFile), pszSendTo);
|
||||
|
|
Loading…
Reference in a new issue