VirtualBox

Changeset 6885 in vbox for trunk/src/VBox/Frontends/VBoxBFE


Ignore:
Timestamp:
Feb 11, 2008 9:34:56 AM (17 years ago)
Author:
vboxsync
Message:

FE/BFE: Use the correct name of VBoxSharedFolders DLL on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp

    r6793 r6885  
    4040#ifdef VBOX_HGCM
    4141#include "HGCM.h"
     42#endif
     43
     44#ifdef RT_OS_OS2
     45# define VBOXSHAREDFOLDERS_DLL "VBoxSFld"
     46#else
     47# define VBOXSHAREDFOLDERS_DLL "VBoxSharedFolders"
    4248#endif
    4349
     
    468474    if (fActivateHGCM())
    469475    {
    470         rc = pData->pVMMDev->hgcmLoadService ("VBoxSharedFolders", "VBoxSharedFolders");
     476        rc = pData->pVMMDev->hgcmLoadService (VBOXSHAREDFOLDERS_DLL, "VBoxSharedFolders");
    471477        pData->pVMMDev->fSharedFolderActive = VBOX_SUCCESS(rc);
    472478        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