Changeset 18923 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 15, 2009 10:17:39 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45986
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/VBoxXPCOMCGlue.c
r18891 r18923 47 47 * Defined Constants And Macros * 48 48 *******************************************************************************/ 49 #if defined(__linux__) || defined(__linux_gnu__) || defined(__sun__) 49 #if defined(__linux__) || defined(__linux_gnu__) || defined(__sun__) || defined(__FreeBSD__) 50 50 # define DYNLIB_NAME "VBoxXPCOMC.so" 51 51 #elif defined(__APPLE__) … … 172 172 if (tryLoadOne("/Application/VirtualBox.app/Contents/MacOS", 1) == 0) 173 173 return 0; 174 #elif defined(__FreeBSD__) 175 if (tryLoadOne("/usr/local/lib/virtualbox", 1) == 0) 176 return 0; 174 177 #else 175 178 # error "port me"
Note:
See TracChangeset
for help on using the changeset viewer.