Changeset 108754 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
- Timestamp:
- Mar 26, 2025 12:02:25 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168179
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r108753 r108754 210 210 /* If the service was not found, we disable this service without 211 211 causing VBoxService to fail. */ 212 if (rc == VERR_HGCM_SERVICE_NOT_FOUND) /* Host service is not available. */ 212 if ( rc == VERR_HGCM_SERVICE_NOT_FOUND /* Host service is not available. */ 213 || RTSystemGetNtVersion() <= RTSYSTEM_MAKE_NT_VERSION(4,0,0)) /* On <= NT4 guests no Shared Folders are available. */ 213 214 { 214 215 VGSvcVerbose(0, "vbsvcAutomounterInit: Shared Folders service is not available\n");
Note:
See TracChangeset
for help on using the changeset viewer.