- Timestamp:
- Jun 12, 2009 1:36:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/generic/OpenGLTest.cpp
r20503 r20515 41 41 rc = RTPathExecDir(pszVBoxPath, RTPATH_MAX); AssertRCReturn(rc, false); 42 42 #if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2) 43 rc = RTPathAppend(pszVBoxPath, RTPATH_MAX, "VBoxTestOGL.exe"); 44 #else 43 45 rc = RTPathAppend(pszVBoxPath, RTPATH_MAX, "VBoxTestOGL"); 44 #else45 rc = RTPathAppend(pszVBoxPath, RTPATH_MAX, "VBoxTestOGL.exe");46 46 #endif 47 47 AssertRCReturn(rc, false);
Note:
See TracChangeset
for help on using the changeset viewer.