cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: ANNOUNCE: c-ares 1.0.0

From: codemastr <codemstr_at_ptd.net>
Date: Wed, 4 Feb 2004 17:00:52 -0500

> Is there a particular header file in windows we should include to get the
> prototype for getpid() or should we provide our own?
Actually, Win32, at least MSVC, has no getpid() function. It has _getpid()
which is in process.h. So I suppose some #ifdef's are going to be necessary
to make this use _getpid() in MSVC.

Dominick Meglio

-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
Received on 2004-02-04