mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 05:12:45 +00:00
[SHELL32] Fix typo in comment
This commit is contained in:
parent
b0a1cb52be
commit
e217e926e1
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class CRecyclerDropTarget :
|
||||||
TRACE("(%p)->(DataObject=%p)\n", this, pDataObject);
|
TRACE("(%p)->(DataObject=%p)\n", this, pDataObject);
|
||||||
InitFormatEtc (fmt, cfShellIDList, TYMED_HGLOBAL);
|
InitFormatEtc (fmt, cfShellIDList, TYMED_HGLOBAL);
|
||||||
|
|
||||||
/* Handle cfShellIDList Drop objects here, otherwise send the approriate message to other software */
|
/* Handle cfShellIDList Drop objects here, otherwise send the appropriate message to other software */
|
||||||
if (SUCCEEDED(pDataObject->QueryGetData(&fmt)))
|
if (SUCCEEDED(pDataObject->QueryGetData(&fmt)))
|
||||||
{
|
{
|
||||||
DWORD fMask = 0;
|
DWORD fMask = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue