Use a macro GPID_FORMAT for the format to print GPid in (%p on Win32, %d
authorTor Lillqvist <tml@iki.fi>
Wed, 3 Mar 2004 09:49:39 +0000 (09:49 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 3 Mar 2004 09:49:39 +0000 (09:49 +0000)
commitaa5764107d4b2def9e51e232df52b50514421b03
tree0682ee75ccfc934ab4b397bf50ff6ed7943dacdb
parent24c5558c2cd90b08e36be055af98d0054d82f2c2
Use a macro GPID_FORMAT for the format to print GPid in (%p on Win32, %d

2004-03-03  Tor Lillqvist  <tml@iki.fi>

* tests/child-test.c: Use a macro GPID_FORMAT for the format to
print GPid in (%p on Win32, %d on Unix). Maybe configure.in should
place that in glibconfig.h?

Print verbose error message if CreateProcess() fails.

Don't close the child handle until in the child watch callback.

Don't try to run /bin/true on Win32. Run ipconfig instead (just to
pick a program that should exist on all Window boxes).
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/child-test.c