Changeset 16684 in vbox for trunk/src/VBox/Main/cbinding/tstLinuxC.c
- Timestamp:
- Feb 11, 2009 4:47:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/cbinding/tstLinuxC.c
r16548 r16684 306 306 PRUnichar *homefolderUtf16 = NULL; 307 307 nsresult rc; /* Result code of various function (method) calls. */ 308 FILE *fpsetenv; 309 310 if ((fpsetenv = fopen("/opt/VirtualBox/VBoxXPCOMC.so", "r")) != NULL) { 311 VBoxSetEnv("VBOX_APP_HOME","/opt/VirtualBox/"); 312 fclose (fpsetenv); 313 } 314 if ((fpsetenv = fopen("/usr/lib/virtualbox/VBoxXPCOMC.so", "r")) != NULL) { 315 VBoxSetEnv("VBOX_APP_HOME","/usr/lib/virtualbox/"); 316 fclose (fpsetenv); 317 } 308 318 309 319 printf("Starting Main\n");
Note:
See TracChangeset
for help on using the changeset viewer.