Changeset 75407 in vbox for trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
- Timestamp:
- Nov 12, 2018 8:06:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp
r74528 r75407 31 31 #include "VBoxVRDP.h" 32 32 #include "VBoxHostVersion.h" 33 #include "VBoxSharedFolders.h" 33 #ifdef VBOX_WITH_SHARED_FOLDERS 34 # include "VBoxSharedFolders.h" 35 #endif 34 36 #ifdef VBOX_WITH_DRAG_AND_DROP 35 37 # include "VBoxDnD.h" … … 825 827 if (RT_SUCCESS(rc)) 826 828 { 829 #ifdef VBOX_WITH_SHARED_FOLDERS 827 830 /* Do the Shared Folders auto-mounting stuff. */ 828 831 rc = VBoxSharedFoldersAutoMount(); 832 #endif 829 833 if (RT_SUCCESS(rc)) 830 834 {
Note:
See TracChangeset
for help on using the changeset viewer.