mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01: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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user