Re: getpid() patch
Hrvoje Niksic <[email protected]> Fri, 08 Jul 2005 20:51:12 +0200
| Newsgroups | gmane.comp.web.wget.patches |
|---|---|
| Message-ID | <[email protected]> |
Gisle Vanem <[email protected]> writes: > getpid() on Win32 compilers is prototyped in <process.h> which all > have. Since it's present on all Windows compilers, I added it to mswindows.h. That way we don't need to bother with #ifdef HAVE_PROCESS_H and don't have to clutter utils.c with more system-specific ifdefs and includes.