VirtualBox

Changeset 63479 in vbox for trunk/src


Ignore:
Timestamp:
Aug 15, 2016 2:15:14 PM (8 years ago)
Author:
vboxsync
Message:

VBoxTray/VBoxDnD.cpp: Resolved a @todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp

    r63105 r63479  
    17811781DECLCALLBACK(int) VBoxDnDWorker(void *pInstance, bool volatile *pfShutdown)
    17821782{
    1783     RT_NOREF(pfShutdown); /** @todo r=bird: Why isn't pfShutdown used by VBoxDnDWorker? */
    1784 #ifdef DEBUG_andy
    1785 # error "Why isn't pfShutdown used by VBoxDnDWorker?"
    1786 #endif
    17871783    AssertPtr(pInstance);
     1784    AssertPtr(pfShutdown);
     1785
    17881786    LogFlowFunc(("pInstance=%p\n", pInstance));
    17891787
     
    18801878        }
    18811879
     1880        if (*pfShutdown)
     1881            break;
     1882
    18821883        if (ASMAtomicReadBool(&pCtx->fShutdown))
    18831884            break;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette