Changeset 23743 in vbox
- Timestamp:
- Oct 13, 2009 8:22:17 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53468
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp
r23740 r23743 548 548 bool VBoxVHWAInfo::checkVHWASupport() 549 549 { 550 #if defined(RT_OS_WINDOWS) 550 #if defined(RT_OS_WINDOWS) || defined(RT_OS_LINUX) 551 551 static char pszVBoxPath[RTPATH_MAX]; 552 552 const char *papszArgs[] = { NULL, "-test", "2D", NULL};
Note:
See TracChangeset
for help on using the changeset viewer.