gconf r2527 - in trunk: . gconf
- From: tml svn gnome org
- To: svn-commits-list gnome org
- Subject: gconf r2527 - in trunk: . gconf
- Date: Tue, 22 Jan 2008 00:01:23 +0000 (GMT)
Author: tml
Date: Tue Jan 22 00:01:23 2008
New Revision: 2527
URL: http://svn.gnome.org/viewvc/gconf?rev=2527&view=rev
Log:
2008-01-22 Tor Lillqvist <tml novell com>
* gconf/gconf-internals.c: Map pipe() to _pipe() on Win32.
Modified:
trunk/ChangeLog
trunk/gconf/gconf-internals.c
Modified: trunk/gconf/gconf-internals.c
==============================================================================
--- trunk/gconf/gconf-internals.c (original)
+++ trunk/gconf/gconf-internals.c Tue Jan 22 00:01:23 2008
@@ -39,6 +39,7 @@
#ifdef G_OS_WIN32
#include <windows.h>
#include <share.h>
+#define pipe(fds) _pipe(fds, 4096, _O_BINARY)
#endif
gboolean gconf_log_debug_messages = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]