Changeset 33806 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/render
- Timestamp:
- Nov 5, 2010 5:20:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa.c
r33540 r33806 68 68 /* VirtualBox is the only frontend which support 3D right now. */ 69 69 char pszName[256]; 70 if (RTProcGetExecutable Name(pszName, sizeof(pszName)))70 if (RTProcGetExecutablePath(pszName, sizeof(pszName))) 71 71 /* Check for VirtualBox and VirtualBoxVM */ 72 72 if (RTStrNICmp(RTPathFilename(pszName), "VirtualBox", 10) != 0)
Note:
See TracChangeset
for help on using the changeset viewer.