- Timestamp:
- Aug 15, 2016 2:15:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp
r63105 r63479 1781 1781 DECLCALLBACK(int) VBoxDnDWorker(void *pInstance, bool volatile *pfShutdown) 1782 1782 { 1783 RT_NOREF(pfShutdown); /** @todo r=bird: Why isn't pfShutdown used by VBoxDnDWorker? */1784 #ifdef DEBUG_andy1785 # error "Why isn't pfShutdown used by VBoxDnDWorker?"1786 #endif1787 1783 AssertPtr(pInstance); 1784 AssertPtr(pfShutdown); 1785 1788 1786 LogFlowFunc(("pInstance=%p\n", pInstance)); 1789 1787 … … 1880 1878 } 1881 1879 1880 if (*pfShutdown) 1881 break; 1882 1882 1883 if (ASMAtomicReadBool(&pCtx->fShutdown)) 1883 1884 break;
Note:
See TracChangeset
for help on using the changeset viewer.