VirtualBox

Ignore:
Timestamp:
May 10, 2019 7:35:30 PM (6 years ago)
Author:
vboxsync
Message:

VBoxTray: Shared folder automounting is done by VBoxService since 6.0, removing the VBoxTray code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp

    r77557 r78466  
    3131#include "VBoxVRDP.h"
    3232#include "VBoxHostVersion.h"
    33 #ifdef VBOX_WITH_SHARED_FOLDERS
    34 # include "VBoxSharedFolders.h"
    35 #endif
    3633#ifdef VBOX_WITH_DRAG_AND_DROP
    3734# include "VBoxDnD.h"
     
    852849            if (RT_SUCCESS(rc))
    853850            {
    854 #ifdef VBOX_WITH_SHARED_FOLDERS
    855                 /* Do the Shared Folders auto-mounting stuff. */
    856                 rc = VBoxSharedFoldersAutoMount();
    857 #endif
    858                 if (RT_SUCCESS(rc))
    859                 {
    860                     /* Report the host that we're up and running! */
    861                     hlpReportStatus(VBoxGuestFacilityStatus_Active);
    862                 }
     851                /* Report the host that we're up and running! */
     852                hlpReportStatus(VBoxGuestFacilityStatus_Active);
    863853            }
    864854
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