Changeset 78466 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
- Timestamp:
- May 10, 2019 7:35:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r77557 r78466 31 31 #include "VBoxVRDP.h" 32 32 #include "VBoxHostVersion.h" 33 #ifdef VBOX_WITH_SHARED_FOLDERS34 # include "VBoxSharedFolders.h"35 #endif36 33 #ifdef VBOX_WITH_DRAG_AND_DROP 37 34 # include "VBoxDnD.h" … … 852 849 if (RT_SUCCESS(rc)) 853 850 { 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); 863 853 } 864 854
Note:
See TracChangeset
for help on using the changeset viewer.