- Timestamp:
- Jul 2, 2007 11:40:37 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22539
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VMMDevInterface.cpp
r3155 r3347 536 536 LogRel(("Failed to load Shared Folders service %Vrc\n", rc)); 537 537 } 538 #ifdef DEBUG_sandervl539 538 rc = pData->pVMMDev->hgcmLoadService ("VBoxSharedOpenGL", "VBoxSharedOpenGL"); 540 539 if (VBOX_SUCCESS(rc)) … … 546 545 LogRel(("Failed to load Shared OpenGL service %Vrc\n", rc)); 547 546 } 548 #endif549 547 550 548 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.