This is the mail archive of the
cygwin-patches@cygwin.com
mailing list for the Cygwin project.
Re: Implementation of sched_rr_get_interval for NT systems.
- From: Christopher Faylor <cgf at redhat dot com>
- To: cygwin-patches at cygwin dot com
- Date: Fri, 26 Sep 2003 23:44:55 -0400
- Subject: Re: Implementation of sched_rr_get_interval for NT systems.
- References: <20030206022912.GC14293@redhat.com> <20030206114758.I78867-100000@logout.sh.cvut.cz>
- Reply-to: cygwin-patches at cygwin dot com
[cleaning out my cygwin-patches backlog]
On Thu, Feb 06, 2003 at 01:16:17PM +0100, Vaclav Haisman wrote:
>2003-02-06 Vaclav Haisman <V.Haisman@sh.cvut.cz>
> * Makefile.in: Add libusr32.a to DLL_IMPORTS.
> * wincap.h (wincaps::is_server): New flag.
> (wincapc::version): Change type to OSVERSIONINFOEX.
> (wincapc::is_server): New function.
> * wincap.cc (wincap_unknown::is_server): New initializer.
> (wincap_95): Ditto.
> (wincap_95osr2): Ditto.
> (wincap_98): Ditto.
> (wincap_me): Ditto.
> (wincap_nt3): Ditto.
> (wincap_nt4): Ditto.
> (wincap_nt4sp4): Ditto.
> (wincap_2000): Ditto.
> (wincap_xp): Ditto.
> (wincapc::init): Adapt to OSVERSIONINFOEX. Add detection of NT
> server systems.
> * sched.cc: Include windows.h and registry.h.
> (sched_rr_get_interval): Re-implement for NT systems.
Applied, many months later.
Sincere apologies for the delay.
Corinna, could you take a look at the wincap stuff and make sure it
makes sense?
cgf