mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 00:46:10 +08:00
[SHELL32] Fix MSVC warning warning C4390 by adding a bit more debug info.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user