mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 02:06:18 +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>
|
2005-12-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* AUTHORS: Update my email
|
* 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>
|
2005-12-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* AUTHORS: Update my email
|
* 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>
|
2005-12-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* AUTHORS: Update my email
|
* AUTHORS: Update my email
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <process.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* the GSlice allocator is split up into 4 layers, roughly modelled after the slab
|
/* the GSlice allocator is split up into 4 layers, roughly modelled after the slab
|
||||||
|
Loading…
Reference in New Issue
Block a user