mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
shortcut_spawn_retval which doesn't improve the implementation at all, it
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:)
This commit is contained in:
parent
8f9bd92fc9
commit
675c3ee6e6
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
|
@ -28,6 +28,7 @@ gnulib\gnulib.lib :
|
||||
glib_OBJECTS = \
|
||||
garray.obj \
|
||||
gasyncqueue.obj \
|
||||
gatomic.obj \
|
||||
gbacktrace.obj \
|
||||
gcache.obj \
|
||||
gcompletion.obj \
|
||||
|
Loading…
Reference in New Issue
Block a user