- Timestamp:
- Jul 2, 2009 1:01:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
r21157 r21158 355 355 VBoxServiceVerbose(3, "Windows time adjustment: Setting system time directly.\n"); 356 356 357 358 /** @todo NT4 doesn't have GetSystemTimeAdjustment. */ 357 /** @todo r=bird: What about canceling any pending time adjustment? */ 358 /** @todo r=bird: Get current time and add the adjustment, the host time is 359 * stale by now. */ 359 360 FILETIME ft; 360 361 RTTimeSpecGetNtFileTime(&HostNow, &ft);
Note:
See TracChangeset
for help on using the changeset viewer.