Changeset 25480 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Dec 18, 2009 1:25:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
r25407 r25480 411 411 { 412 412 #ifdef RT_OS_WINDOWS 413 if (g_hTokenProcess == NULL) /* No process token (anymore)? */ 414 return; 413 415 if (SetSystemTimeAdjustment(0, TRUE /* Periodic adjustments disabled. */)) 414 416 VBoxServiceVerbose(3, "Windows Time Adjustment is now disabled.\n");
Note:
See TracChangeset
for help on using the changeset viewer.