VirtualBox

Changeset 78466 in vbox for trunk/src/VBox/Additions


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.

Location:
trunk/src/VBox/Additions/WINNT/VBoxTray
Files:
2 deleted
2 edited

Legend:

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

    r78440 r78466  
    8181        VBoxLA.cpp
    8282endif
    83 ## Now handled by VBoxService.
    84 #ifdef VBOX_WITH_SHARED_FOLDERS
    85 # VBoxTray_DEFS     += VBOX_WITH_SHARED_FOLDERS
    86 # VBoxTray_SOURCES  += \
    87 #       VBoxSharedFolders.cpp
    88 # VBoxTray_LIBS.win += \
    89 #       mpr.lib
    90 #endif
    9183ifdef VBOX_WITH_WDDM
    9284 VBoxTray_DEFS   += VBOX_WITH_WDDM
  • 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