Changeset 16468 in vbox
- Timestamp:
- Feb 2, 2009 4:42:57 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/VMMDevInterface.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VMMDevInterface.cpp
r16380 r16468 695 695 * Validate configuration. 696 696 */ 697 if (!CFGMR3AreValuesValid(pCfgHandle, "Object\0 OpenGLEnabled\0crOpenGLEnabled\0"))697 if (!CFGMR3AreValuesValid(pCfgHandle, "Object\0")) 698 698 return VERR_PDM_DRVINS_UNKNOWN_CFG_VALUES; 699 699 700 PPDMIBASE pBaseIgnore; 700 701 int rc = pDrvIns->pDrvHlp->pfnAttach(pDrvIns, &pBaseIgnore); … … 796 797 else 797 798 LogRel(("Failed to load Shared Folders service %Rrc\n", rc)); 798 799 799 800 800 pDrvIns->pDrvHlp->pfnSSMRegister(pDrvIns, "HGCM", 0, HGCM_SSM_VERSION, 4096/* bad guess */, NULL, iface_hgcmSave, NULL, NULL, iface_hgcmLoad, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.

