mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
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:
committed by
Tor Lillqvist
parent
ff79c0b525
commit
853114e68b
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -93,6 +93,7 @@
|
||||
# ifndef CSIDL_PROFILE
|
||||
# define CSIDL_PROFILE 40
|
||||
# endif
|
||||
# include <process.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CODESET
|
||||
|
Reference in New Issue
Block a user