Changeset 42195 in vbox for trunk/src/VBox
- Timestamp:
- Jul 17, 2012 8:57:20 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79199
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r42178 r42195 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * VirtualBox COM class implementation 5 4 */ … … 1181 1180 { 1182 1181 int vrc = autostartDb->setAutostartDbPath(NULL); 1183 AssertRC(vrc);1182 /* AssertRC(vrc); - VERR_NOT_IMPLEMENTED on Mac OS X and thus strict builds crashes. */ 1184 1183 m->strAutostartDatabasePath = ""; 1185 1184 }
Note:
See TracChangeset
for help on using the changeset viewer.