Changeset 36386 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Mar 24, 2011 6:51:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp
r33540 r36386 604 604 bool VBoxVHWAInfo::checkVHWASupport() 605 605 { 606 #if defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX) 606 #if defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) 607 607 static char pszVBoxPath[RTPATH_MAX]; 608 608 const char *papszArgs[] = { NULL, "-test", "2D", NULL};
Note:
See TracChangeset
for help on using the changeset viewer.