mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
On Win32, include process.h (#325015, Kazuki Iwamoto)
2005-12-26 Matthias Clasen <mclasen@redhat.com> * glib/gslice.c: On Win32, include process.h (#325015, Kazuki Iwamoto)
This commit is contained in:
parent
cc00d31fe5
commit
8ade96bdce
@ -1,3 +1,8 @@
|
||||
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
|
||||
Iwamoto)
|
||||
|
||||
2005-12-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* AUTHORS: Update my email
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
|
||||
Iwamoto)
|
||||
|
||||
2005-12-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* AUTHORS: Update my email
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gslice.c: On Win32, include process.h (#325015, Kazuki
|
||||
Iwamoto)
|
||||
|
||||
2005-12-25 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* AUTHORS: Update my email
|
||||
|
@ -31,6 +31,7 @@
|
||||
#endif
|
||||
#ifdef G_OS_WIN32
|
||||
#include <windows.h>
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
/* the GSlice allocator is split up into 4 layers, roughly modelled after the slab
|
||||
|
Loading…
Reference in New Issue
Block a user