VirtualBox

Changeset 6762 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Feb 2, 2008 9:25:18 PM (17 years ago)
Author:
vboxsync
Message:

Main: Fixed loading of the Shared Folders service on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VMMDevInterface.cpp

    r6361 r6762  
    3838//
    3939
     40#ifdef RT_OS_OS2
     41# define VBOXSHAREDFOLDERS_DLL "VBoxSFld"
     42#else
     43# define VBOXSHAREDFOLDERS_DLL "VBoxSharedFolders"
     44#endif
    4045
    4146//
     
    722727
    723728#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,
    728730                                          "VBoxSharedFolders");
    729 #endif
    730731    pData->pVMMDev->fSharedFolderActive = VBOX_SUCCESS(rc);
    731732    if (VBOX_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette