Changeset 32191 in vbox for trunk/src/VBox/Frontends/VBoxBFE
- Timestamp:
- Sep 2, 2010 12:30:40 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65495
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
r30724 r32191 1171 1171 * Create empty VM. 1172 1172 */ 1173 rc = VMR3Create(1, setVMErrorCallback, NULL, vboxbfeConfigConstructor, NULL, &gpVM);1173 rc = VMR3Create(1, NULL, setVMErrorCallback, NULL, vboxbfeConfigConstructor, NULL, &gpVM); 1174 1174 if (RT_FAILURE(rc)) 1175 1175 {
Note:
See TracChangeset
for help on using the changeset viewer.