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 28aacb82910ba60e7ac2b5b3f3221c0fb940ea2f..1c4299d24798c708abd4c20dda7404196fb2c349 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 28aacb82910ba60e7ac2b5b3f3221c0fb940ea2f..1c4299d24798c708abd4c20dda7404196fb2c349 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 28aacb82910ba60e7ac2b5b3f3221c0fb940ea2f..1c4299d24798c708abd4c20dda7404196fb2c349 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 28aacb82910ba60e7ac2b5b3f3221c0fb940ea2f..1c4299d24798c708abd4c20dda7404196fb2c349 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 87f32403ea42d64685c19f1ad5480948bec6feb9..1e70d05fc11f8d14b7d9090ed32c54cdf4d6e85c 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
 
 /*