shortcut_spawn_retval which doesn't improve the implementation at all, it
authorHans Breuer <hans@breuer.org>
Sun, 7 Mar 2004 15:01:00 +0000 (15:01 +0000)
committerHans Breuer <hans@src.gnome.org>
Sun, 7 Mar 2004 15:01:00 +0000 (15:01 +0000)
2003-03-07  Hans Breuer  <hans@breuer.org>

* 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
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gspawn-win32.c
glib/makefile.msc.in

index 6e83eac..2395d61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-07  Hans Breuer  <hans@breuer.org>
+
+       * 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  <tml@iki.fi>
 
        * README.win32: Update.
index 6e83eac..2395d61 100644 (file)
@@ -1,3 +1,11 @@
+2003-03-07  Hans Breuer  <hans@breuer.org>
+
+       * 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  <tml@iki.fi>
 
        * README.win32: Update.
index 6e83eac..2395d61 100644 (file)
@@ -1,3 +1,11 @@
+2003-03-07  Hans Breuer  <hans@breuer.org>
+
+       * 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  <tml@iki.fi>
 
        * README.win32: Update.
index 6e83eac..2395d61 100644 (file)
@@ -1,3 +1,11 @@
+2003-03-07  Hans Breuer  <hans@breuer.org>
+
+       * 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  <tml@iki.fi>
 
        * README.win32: Update.
index 6e83eac..2395d61 100644 (file)
@@ -1,3 +1,11 @@
+2003-03-07  Hans Breuer  <hans@breuer.org>
+
+       * 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  <tml@iki.fi>
 
        * README.win32: Update.
index 6e83eac..2395d61 100644 (file)
@@ -1,3 +1,11 @@
+2003-03-07  Hans Breuer  <hans@breuer.org>
+
+       * 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  <tml@iki.fi>
 
        * README.win32: Update.
index 743ace6..5ca783a 100644 (file)
@@ -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;
 
index 3e566c3..4391d05 100644 (file)
@@ -28,6 +28,7 @@ gnulib\gnulib.lib :
 glib_OBJECTS =                 \
        garray.obj              \
        gasyncqueue.obj         \
+       gatomic.obj     \
        gbacktrace.obj          \
        gcache.obj              \
        gcompletion.obj         \