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>
|
2005-07-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gkeyfile.c (g_key_file_get_key_comment):
|
* 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>
|
2005-07-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gkeyfile.c (g_key_file_get_key_comment):
|
* 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>
|
2005-07-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gkeyfile.c (g_key_file_get_key_comment):
|
* 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>
|
2005-07-01 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gkeyfile.c (g_key_file_get_key_comment):
|
* glib/gkeyfile.c (g_key_file_get_key_comment):
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#include <io.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "gconvert.h"
|
#include "gconvert.h"
|
||||||
|
@ -48,6 +48,7 @@
|
|||||||
#include "galias.h"
|
#include "galias.h"
|
||||||
|
|
||||||
#ifdef G_OS_WIN32
|
#ifdef G_OS_WIN32
|
||||||
|
#include <process.h> /* For getpid() */
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
# define STRICT /* Strict typing, please */
|
# define STRICT /* Strict typing, please */
|
||||||
# define _WIN32_WINDOWS 0x0401 /* to get IsDebuggerPresent */
|
# define _WIN32_WINDOWS 0x0401 /* to get IsDebuggerPresent */
|
||||||
|
@ -43,6 +43,7 @@ glib_OBJECTS = \
|
|||||||
ghash.obj \
|
ghash.obj \
|
||||||
ghook.obj \
|
ghook.obj \
|
||||||
gkeyfile.obj \
|
gkeyfile.obj \
|
||||||
|
gmappedfile.obj \
|
||||||
giochannel.obj \
|
giochannel.obj \
|
||||||
giowin32.obj \
|
giowin32.obj \
|
||||||
glist.obj \
|
glist.obj \
|
||||||
|
Loading…
Reference in New Issue
Block a user