Remove unnecessary MSVC-only typedef for pid_t. GLib does not pretend to
authorTor Lillqvist <tml@novell.com>
Wed, 2 Feb 2005 23:52:31 +0000 (23:52 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 2 Feb 2005 23:52:31 +0000 (23:52 +0000)
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.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gwin32.h

index 28aacb8..1c4299d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 28aacb8..1c4299d 100644 (file)
@@ -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
index 28aacb8..1c4299d 100644 (file)
@@ -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
index 28aacb8..1c4299d 100644 (file)
@@ -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
index 87f3240..1e70d05 100644 (file)
@@ -40,10 +40,6 @@ G_BEGIN_DECLS
 #define MAXPATHLEN 1024
 #endif
 
-#ifdef _MSC_VER
-typedef int pid_t;
-#endif
-
 #ifdef G_OS_WIN32
 
 /*