mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
Remove unnecessary MSVC-only typedef for pid_t. GLib does not pretend to
2005-02-02 Tor Lillqvist <tml@novell.com> * glib/gwin32.h: Remove unnecessary MSVC-only typedef for pid_t. GLib does not pretend to be a POSIX emulation library.
This commit is contained in:
parent
031ebdd193
commit
67221dc03b
@ -1,5 +1,8 @@
|
||||
2005-02-02 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gwin32.h: Remove unnecessary MSVC-only typedef for
|
||||
pid_t. GLib does not pretend to be a POSIX emulation library.
|
||||
|
||||
* glib/gstdio.c: In the Win32 part of all functions, handle
|
||||
invalid UTF-8 more robustly. Don't pass the resulting NULL
|
||||
wide-char or codepage strings on to C library functions, but bail
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-02-02 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gwin32.h: Remove unnecessary MSVC-only typedef for
|
||||
pid_t. GLib does not pretend to be a POSIX emulation library.
|
||||
|
||||
* glib/gstdio.c: In the Win32 part of all functions, handle
|
||||
invalid UTF-8 more robustly. Don't pass the resulting NULL
|
||||
wide-char or codepage strings on to C library functions, but bail
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-02-02 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gwin32.h: Remove unnecessary MSVC-only typedef for
|
||||
pid_t. GLib does not pretend to be a POSIX emulation library.
|
||||
|
||||
* glib/gstdio.c: In the Win32 part of all functions, handle
|
||||
invalid UTF-8 more robustly. Don't pass the resulting NULL
|
||||
wide-char or codepage strings on to C library functions, but bail
|
||||
|
@ -1,5 +1,8 @@
|
||||
2005-02-02 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* glib/gwin32.h: Remove unnecessary MSVC-only typedef for
|
||||
pid_t. GLib does not pretend to be a POSIX emulation library.
|
||||
|
||||
* glib/gstdio.c: In the Win32 part of all functions, handle
|
||||
invalid UTF-8 more robustly. Don't pass the resulting NULL
|
||||
wide-char or codepage strings on to C library functions, but bail
|
||||
|
@ -40,10 +40,6 @@ G_BEGIN_DECLS
|
||||
#define MAXPATHLEN 1024
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef int pid_t;
|
||||
#endif
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user