VirtualBox

Changeset 30339 in vbox


Ignore:
Timestamp:
Jun 21, 2010 2:57:46 PM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: fixed OpenGL support for 32bit apps under 64bit Windows guests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp

    r29680 r30339  
    954954                 VERR_INVALID_PARAMETER);
    955955
    956     /* This Assert does not work on Solaris 64/32 mixed mode, not sure why, skipping for now */
    957 #ifndef RT_OS_SOLARIS
     956    /* This Assert does not work on Solaris/Windows 64/32 mixed mode, not sure why, skipping for now */
     957#if !defined(RT_OS_SOLARIS) && !defined(RT_OS_WINDOWS)
    958958    AssertReturn((fFlags & VBGLR0_HGCMCALL_F_MODE_MASK) == VBGLR0_HGCMCALL_F_KERNEL, VERR_WRONG_ORDER);
    959959#endif
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