Changeset 108755 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
- Timestamp:
- Mar 26, 2025 12:49:44 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r108754 r108755 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. */ 213 || RTSystemGetNtVersion() <= RTSYSTEM_MAKE_NT_VERSION(4,0,0)) /* On <= NT4 guests no Shared Folders are available. */ 212 if ( rc == VERR_HGCM_SERVICE_NOT_FOUND /* Host service is not available. */ 213 #ifdef RT_OS_WINDOWS 214 || RTSystemGetNtVersion() <= RTSYSTEM_MAKE_NT_VERSION(4,0,0) /* On <= NT4 guests no Shared Folders are available. */ 215 #endif 216 ) 214 217 { 215 218 VGSvcVerbose(0, "vbsvcAutomounterInit: Shared Folders service is not available\n");
Note:
See TracChangeset
for help on using the changeset viewer.