From 675c3ee6e60712cbf58201e8c2a2a929fe953b70 Mon Sep 17 00:00:00 2001 From: Hans Breuer Date: Sun, 7 Mar 2004 15:01:00 +0000 Subject: [PATCH] shortcut_spawn_retval which doesn't improve the implementation at all, it 2003-03-07 Hans Breuer * glib/gspawn-win32.c : (GPid)shortcut_spawn_retval which doesn't improve the implementation at all, it just make it compile with msvc ... * glib/makefile.msc.in : build gatomic.c (now really:) --- ChangeLog | 8 ++++++++ ChangeLog.pre-2-10 | 8 ++++++++ ChangeLog.pre-2-12 | 8 ++++++++ ChangeLog.pre-2-4 | 8 ++++++++ ChangeLog.pre-2-6 | 8 ++++++++ ChangeLog.pre-2-8 | 8 ++++++++ glib/gspawn-win32.c | 2 +- glib/makefile.msc.in | 1 + 8 files changed, 50 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6e83eac9..2395d615 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-03-07 Hans Breuer + + * glib/gspawn-win32.c : (GPid)shortcut_spawn_retval which + doesn't improve the implementation at all, it just make it + compile with msvc ... + + * glib/makefile.msc.in : build gatomic.c (now really:) + 2004-03-06 Tor Lillqvist * README.win32: Update. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6e83eac9..2395d615 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +2003-03-07 Hans Breuer + + * glib/gspawn-win32.c : (GPid)shortcut_spawn_retval which + doesn't improve the implementation at all, it just make it + compile with msvc ... + + * glib/makefile.msc.in : build gatomic.c (now really:) + 2004-03-06 Tor Lillqvist * README.win32: Update. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 6e83eac9..2395d615 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,11 @@ +2003-03-07 Hans Breuer + + * glib/gspawn-win32.c : (GPid)shortcut_spawn_retval which + doesn't improve the implementation at all, it just make it + compile with msvc ... + + * glib/makefile.msc.in : build gatomic.c (now really:) + 2004-03-06 Tor Lillqvist * README.win32: Update. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 6e83eac9..2395d615 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +2003-03-07 Hans Breuer + + * glib/gspawn-win32.c : (GPid)shortcut_spawn_retval which + doesn't improve the implementation at all, it just make it + compile with msvc ... + + * glib/makefile.msc.in : build gatomic.c (now really:) + 2004-03-06 Tor Lillqvist * README.win32: Update. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6e83eac9..2395d615 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +2003-03-07 Hans Breuer + + * glib/gspawn-win32.c : (GPid)shortcut_spawn_retval which + doesn't improve the implementation at all, it just make it + compile with msvc ... + + * glib/makefile.msc.in : build gatomic.c (now really:) + 2004-03-06 Tor Lillqvist * README.win32: Update. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6e83eac9..2395d615 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +2003-03-07 Hans Breuer + + * glib/gspawn-win32.c : (GPid)shortcut_spawn_retval which + doesn't improve the implementation at all, it just make it + compile with msvc ... + + * glib/makefile.msc.in : build gatomic.c (now really:) + 2004-03-06 Tor Lillqvist * README.win32: Update. diff --git a/glib/gspawn-win32.c b/glib/gspawn-win32.c index 743ace6f..5ca783ae 100644 --- a/glib/gspawn-win32.c +++ b/glib/gspawn-win32.c @@ -928,7 +928,7 @@ do_spawn_with_pipes (gboolean dont_wait, else if (helper == DO_SPAWN_OK_NO_HELPER) { if (child_handle && dont_wait && !dont_return_handle) - *child_handle = shortcut_spawn_retval; + *child_handle = (GPid) shortcut_spawn_retval; else if (!dont_wait && exit_status) *exit_status = shortcut_spawn_retval; diff --git a/glib/makefile.msc.in b/glib/makefile.msc.in index 3e566c37..4391d057 100644 --- a/glib/makefile.msc.in +++ b/glib/makefile.msc.in @@ -28,6 +28,7 @@ gnulib\gnulib.lib : glib_OBJECTS = \ garray.obj \ gasyncqueue.obj \ + gatomic.obj \ gbacktrace.obj \ gcache.obj \ gcompletion.obj \ -- 2.34.1