- Timestamp:
- Sep 5, 2013 12:38:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/init-win.cpp
r47596 r48304 221 221 } 222 222 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) 226 225 { 227 226 typedef BOOL(WINAPI *PFNSETDEFAULTDLLDIRECTORIES)(DWORD);
Note:
See TracChangeset
for help on using the changeset viewer.