Changeset 6762 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 2, 2008 9:25:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VMMDevInterface.cpp
r6361 r6762 38 38 // 39 39 40 #ifdef RT_OS_OS2 41 # define VBOXSHAREDFOLDERS_DLL "VBoxSFld" 42 #else 43 # define VBOXSHAREDFOLDERS_DLL "VBoxSharedFolders" 44 #endif 40 45 41 46 // … … 722 727 723 728 #ifdef VBOX_HGCM 724 rc = pData->pVMMDev->hgcmLoadService ("VBoxSharedFolders", 725 #ifdef RT_OS_OS2 726 "VBoxSFld"); 727 #else 729 rc = pData->pVMMDev->hgcmLoadService (VBOXSHAREDFOLDERS_DLL, 728 730 "VBoxSharedFolders"); 729 #endif730 731 pData->pVMMDev->fSharedFolderActive = VBOX_SUCCESS(rc); 731 732 if (VBOX_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.