gsch2pcb: do not use sys/wait.h macros
commit400f396b8aa598017fda2ead72c2fbc72b1fc321
authorKrzysztof Kościuszkiewicz <k.kosciuszkiewicz@gmail.com>
Sun, 28 Aug 2011 00:26:55 +0000 (28 02:26 +0200)
committerKrzysztof Kościuszkiewicz <k.kosciuszkiewicz@gmail.com>
Sat, 3 Sep 2011 20:07:44 +0000 (3 22:07 +0200)
tree34b1b5d9bc07707bfa6e0cc791827e2febb3174c
parentf70e0ec9cb2ea1b9518642f7e300c1fc230b1d5a
gsch2pcb: do not use sys/wait.h macros

These are not available on windows - exit status of subprocess is
directly returned by g_spawn_sync.

It seems same trick should work for Unix/Linux processes that called
exit(0), so we should be safe here.

If not, we can include conditional compilation based on G_OS_WIN32.
utils/src/gsch2pcb.c