VirtualBox

Changeset 29453 in vbox


Ignore:
Timestamp:
May 13, 2010 11:39:16 PM (14 years ago)
Author:
vboxsync
Message:

CallbackWrapper::OnMousePointerShapeChange: Don't call into python on win.amd64 as it currently crashes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxCallbackImpl.cpp

    r28800 r29453  
    167167        return S_OK;
    168168
     169#if defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64)
     170    /* Letting this thru crashes in VariantInit, probably because the last
     171       parameter is a BYTE pointer.  For now, don't let it thru to python or
     172       what other users this class might have. */
     173    /** @todo Figure if this applies to 32-bit hosts as well. */
     174    /** @todo Find better solution? */
     175    return VBOX_E_DONT_CALL_AGAIN;
     176#else
    169177    return mConsoleCallback->OnMousePointerShapeChange(visible, alpha, xHot, yHot, width, height, shape);
     178#endif
    170179}
    171180
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