mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
include <process.h> for getpid() include <io.h> for close() etc. add
2005-07-01 Hans Breuer <hans@breuer.org> * glib/gmessages.c : include <process.h> for getpid() * glib/gmappedfile.c : include <io.h> for close() etc. * glib/makefile.msc.in : add gmappedfile.obj
This commit is contained in:
parent
41b681601d
commit
99563f439c
@ -1,3 +1,9 @@
|
||||
2005-07-01 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/gmessages.c : include <process.h> for getpid()
|
||||
* glib/gmappedfile.c : include <io.h> for close() etc.
|
||||
* glib/makefile.msc.in : add gmappedfile.obj
|
||||
|
||||
2005-07-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_get_key_comment):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-07-01 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/gmessages.c : include <process.h> for getpid()
|
||||
* glib/gmappedfile.c : include <io.h> for close() etc.
|
||||
* glib/makefile.msc.in : add gmappedfile.obj
|
||||
|
||||
2005-07-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_get_key_comment):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-07-01 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/gmessages.c : include <process.h> for getpid()
|
||||
* glib/gmappedfile.c : include <io.h> for close() etc.
|
||||
* glib/makefile.msc.in : add gmappedfile.obj
|
||||
|
||||
2005-07-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_get_key_comment):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-07-01 Hans Breuer <hans@breuer.org>
|
||||
|
||||
* glib/gmessages.c : include <process.h> for getpid()
|
||||
* glib/gmappedfile.c : include <io.h> for close() etc.
|
||||
* glib/makefile.msc.in : add gmappedfile.obj
|
||||
|
||||
2005-07-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gkeyfile.c (g_key_file_get_key_comment):
|
||||
|
@ -36,6 +36,7 @@
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <windows.h>
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#include "gconvert.h"
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include "galias.h"
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#include <process.h> /* For getpid() */
|
||||
#include <io.h>
|
||||
# define STRICT /* Strict typing, please */
|
||||
# define _WIN32_WINDOWS 0x0401 /* to get IsDebuggerPresent */
|
||||
|
@ -43,6 +43,7 @@ glib_OBJECTS = \
|
||||
ghash.obj \
|
||||
ghook.obj \
|
||||
gkeyfile.obj \
|
||||
gmappedfile.obj \
|
||||
giochannel.obj \
|
||||
giowin32.obj \
|
||||
glist.obj \
|
||||
|
Loading…
Reference in New Issue
Block a user