Include <process.h> on Win32 for getpid(). (#173094)

2005-04-09  Tor Lillqvist  <tml@novell.com>

	* glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
This commit is contained in:
Tor Lillqvist 2005-04-09 01:21:29 +00:00 committed by Tor Lillqvist
parent ff79c0b525
commit 853114e68b
5 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-04-09 Tor Lillqvist <tml@novell.com>
* glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
2005-04-08 Tor Lillqvist <tml@novell.com>
* glib/gstdio.h

View File

@ -1,3 +1,7 @@
2005-04-09 Tor Lillqvist <tml@novell.com>
* glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
2005-04-08 Tor Lillqvist <tml@novell.com>
* glib/gstdio.h

View File

@ -1,3 +1,7 @@
2005-04-09 Tor Lillqvist <tml@novell.com>
* glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
2005-04-08 Tor Lillqvist <tml@novell.com>
* glib/gstdio.h

View File

@ -1,3 +1,7 @@
2005-04-09 Tor Lillqvist <tml@novell.com>
* glib/gutils.c: Include <process.h> on Win32 for getpid(). (#173094)
2005-04-08 Tor Lillqvist <tml@novell.com>
* glib/gstdio.h

View File

@ -93,6 +93,7 @@
# ifndef CSIDL_PROFILE
# define CSIDL_PROFILE 40
# endif
# include <process.h>
#endif
#ifdef HAVE_CODESET