ntdll: Remove the overly-cautious check which prevented NtSetSystemTime from changing...
commit67cc0302f441d648601ed63d8474887ba3d3a58b
authorRob Shearman <rob@codeweavers.com>
Fri, 7 Sep 2007 17:41:42 +0000 (7 18:41 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 10 Sep 2007 14:13:53 +0000 (10 16:13 +0200)
treebe038b4cc2789eea8a7fce1fa178502a90355789
parent5440889645fbfb44a46d2f4a315e9b97e1d7f6db
ntdll: Remove the overly-cautious check which prevented NtSetSystemTime from changing the time by more than two minutes.

Simplify the returning of different status codes by not playing around
with the return value from settimeofday.
dlls/ntdll/time.c