Changeset 105651 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Aug 12, 2024 12:03:59 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceDisplayConfig.cpp
r105641 r105651 27 27 #include <iprt/win/windows.h> 28 28 #include <wtsapi32.h> 29 #include <ntsecapi.h>30 29 31 30 #include <iprt/errcore.h> … … 265 264 ReconnectDisplays(cDisplays, &aDisplays[0]); 266 265 } 266 } 267 else 268 { 269 /* To prevent CPU throttle in case of multiple failures */ 270 RTThreadSleep(200); 267 271 } 268 272
Note:
See TracChangeset
for help on using the changeset viewer.