Changeset 52846 in vbox for trunk/src/VBox/Main/cbinding
- Timestamp:
- Sep 24, 2014 3:34:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxCAPIGlue.c
r50269 r52846 267 267 return 0; 268 268 #elif defined(__APPLE__) 269 if (tryLoadLibrary("/Application /VirtualBox.app/Contents/MacOS", 1) == 0)269 if (tryLoadLibrary("/Applications/VirtualBox.app/Contents/MacOS", 1) == 0) 270 270 return 0; 271 271 #elif defined(__FreeBSD__)
Note:
See TracChangeset
for help on using the changeset viewer.