VirtualBox

Changeset 85695 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Aug 11, 2020 4:39:54 PM (4 years ago)
Author:
vboxsync
Message:

DnD/VBoxTray: Renaming, removed unused functions [build fix].

Location:
trunk/src/VBox/Additions/WINNT/VBoxTray
Files:
2 edited

Legend:

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

    r85694 r85695  
    199199 *                                  is using the thread.
    200200 */
    201 /*static*/ DECLCALLBACK(int) VBoxDnDWnd::Thread(RTTHREAD m_hThread, void *pvUser)
     201/*static*/ DECLCALLBACK(int) VBoxDnDWnd::Thread(RTTHREAD hThread, void *pvUser)
    202202{
    203203    AssertPtrReturn(pvUser, VERR_INVALID_POINTER);
     
    305305        m_pCtx->fStarted = true; /* Set started indicator on success. */
    306306
    307     int rc2 = RTThreadUserSignal(m_hThread);
     307    int rc2 = RTThreadUserSignal(hThread);
    308308    bool fSignalled = RT_SUCCESS(rc2);
    309309
     
    344344    if (!fSignalled)
    345345    {
    346         rc2 = RTThreadUserSignal(m_hThread);
     346        rc2 = RTThreadUserSignal(hThread);
    347347        AssertRC(rc2);
    348348    }
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.h

    r85694 r85695  
    343343
    344344    /** The window's thread for the native message pump and OLE context. */
    345     static DECLCALLBACK(int) Thread(RTTHREAD m_hThread, void *pvUser);
     345    static DECLCALLBACK(int) Thread(RTTHREAD hThread, void *pvUser);
    346346
    347347public:
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