Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: Shankar Unni Subject: Re: 1.3.22: (gcc) problem using gettimeofday with -mno-cygwin Date: Mon, 31 Mar 2003 09:53:24 -0800 Lines: 18 Message-ID: References: <018101c2f79a$c4386650$cc0aa8c0 AT adexainc DOT com> <20030331154134 DOT GA6503 AT redhat DOT com> <01ad01c2f7a1$18bd9c30$cc0aa8c0 AT adexainc DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT main DOT gmane DOT org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en In-Reply-To: <01ad01c2f7a1$18bd9c30$cc0aa8c0@adexainc.com> Rob Siklos wrote: > Does anyone know if Windows provides something similar? If so, how would I > access it from my program? The best thing would be to visit http://msdn.microsoft.com and read the library (the Win32 SDK). There have also been various attempts to provide "very thin" (usually partial) POSIX API layers on top of Win32 (unlike, say, Cygwin or UWin, which provide nearly complete POSIX emulation layers on top of Win32). Just google for "Unix POSIX API Win32" or something like that. Here's one such attempt: http://pw32.sourceforge.net/main.html -- Shankar. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/