VirtualBox

Changeset 48304 in vbox for trunk/src


Ignore:
Timestamp:
Sep 5, 2013 12:38:39 PM (11 years ago)
Author:
vboxsync
Message:

Runtime/r3/init: disable this for Vista 64 as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/init-win.cpp

    r47596 r48304  
    221221    }
    222222
    223 #if ARCH_BITS == 32
    224     if (g_enmWinVer > kRTWinOSType_VISTA) /* Observed GUI issues on 32-bit Vista. */
    225 #endif
     223    /** @bugref 6861: Observed GUI issues on Vista (32-bit and 64-bit). */
     224    if (g_enmWinVer > kRTWinOSType_VISTA)
    226225    {
    227226        typedef BOOL(WINAPI *PFNSETDEFAULTDLLDIRECTORIES)(DWORD);
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